diff options
| author | 2022-06-04 12:49:47 -0700 | |
|---|---|---|
| committer | 2022-06-04 12:49:47 -0700 | |
| commit | 2759fd453f5977f027a10cc672fed630ecc7de6c (patch) | |
| tree | ecaa6114606415e3b95ba707661d70a1cb87fd90 /tests/test_integration.py | |
| parent | Merge pull request #143 from python-discord/feat/tests/wsgi-app-from-cfg (diff) | |
| parent | CI: use GH's Ubuntu 22.04 runner instead of the self-hosted one (diff) | |
Merge #144 - add black and isort
Diffstat (limited to '')
| -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. |