diff options
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_codeop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Lib/test/output/test_codeop b/Lib/test/output/test_codeop new file mode 100644 index 0000000..ca2cd35 --- /dev/null +++ b/Lib/test/output/test_codeop @@ -0,0 +1,10 @@ +test_codeop +test_filename (test_codeop.CodeopTests) ... ok +test_incomplete (test_codeop.CodeopTests) ... ok +test_invalid (test_codeop.CodeopTests) ... ok +test_valid (test_codeop.CodeopTests) ... ok + +---------------------------------------------------------------------- +Ran 4 tests in 0.052s + +OK |