aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_integration.py
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-06-03 15:54:35 -0700
committerGravatar MarkKoz <[email protected]>2022-06-03 15:54:35 -0700
commitaad2a6db38a8300c9db74f215d8c6e562e502586 (patch)
tree41545ed154112de1930a1ff7751fce1d71f602bf /tests/test_integration.py
parentUpdate pre-commit hooks and flake8 plugins (diff)
Add black and isort
Diffstat (limited to 'tests/test_integration.py')
-rw-r--r--tests/test_integration.py1
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.