aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_snekbox.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-03 10:22:46 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-03 10:22:46 +0200
commit8dd23755ccb7d83d5d0762e18a266eae2769cbba (patch)
treee4ea3b54d8b651fdd407d17e7245f2e4a4e5464a /tests/test_snekbox.py
parentlint (diff)
consistent naming conventions, update readme, hopefully fix travis test
Diffstat (limited to 'tests/test_snekbox.py')
-rw-r--r--tests/test_snekbox.py1
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())