diff options
author | 2018-06-03 10:22:46 +0200 | |
---|---|---|
committer | 2018-06-03 10:22:46 +0200 | |
commit | 8dd23755ccb7d83d5d0762e18a266eae2769cbba (patch) | |
tree | e4ea3b54d8b651fdd407d17e7245f2e4a4e5464a /tests/test_snekbox.py | |
parent | lint (diff) |
consistent naming conventions, update readme, hopefully fix travis test
Diffstat (limited to 'tests/test_snekbox.py')
-rw-r--r-- | tests/test_snekbox.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_snekbox.py b/tests/test_snekbox.py index 5f065aa..1f48ee8 100644 --- a/tests/test_snekbox.py +++ b/tests/test_snekbox.py @@ -50,7 +50,6 @@ class SnekTests(unittest.TestCase): 'while 1:\n' ' os.fork()') result = snek.python3(code) - self.assertIn('(PIDs left: 0)', result.strip()) |