[svn r63889] renaming/streamlining missing event usage

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 02:45:46 +02:00
parent cd038ee708
commit cd322bd528
7 changed files with 10 additions and 40 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ class TestGenerator:
yield list_append_2
yield assert_order_of_execution
""")
sorter = testdir.inline_run(o) # .events_from_cmdline([o])
sorter = testdir.inline_run(o)
passed, skipped, failed = sorter.countoutcomes()
assert passed == 4
assert not skipped and not failed