From aad2a6db38a8300c9db74f215d8c6e562e502586 Mon Sep 17 00:00:00 2001 From: MarkKoz <1515135+MarkKoz@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:54:35 -0700 Subject: Add black and isort --- tests/test_integration.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_integration.py') 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. -- cgit v1.2.3