diff options
author | 2022-06-03 15:54:35 -0700 | |
---|---|---|
committer | 2022-06-03 15:54:35 -0700 | |
commit | aad2a6db38a8300c9db74f215d8c6e562e502586 (patch) | |
tree | 41545ed154112de1930a1ff7751fce1d71f602bf /tests/test_integration.py | |
parent | Update pre-commit hooks and flake8 plugins (diff) |
Add black and isort
Diffstat (limited to 'tests/test_integration.py')
-rw-r--r-- | tests/test_integration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_integration.py b/tests/test_integration.py index b76b005..7c5db2b 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -21,7 +21,6 @@ def run_code_in_snekbox(code: str) -> tuple[str, int]: class IntegrationTests(unittest.TestCase): - def test_memory_limit_separate_per_process(self): """ Each NsJail process should have its own memory limit. |