Skip to content

Commit 641a06d

Browse files
committed
TR updates, first round
1 parent c403732 commit 641a06d

File tree

5 files changed

+4
-81
lines changed

5 files changed

+4
-81
lines changed

python-doctest/broken_tests.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

python-doctest/calculations/test_calculations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ def load_tests(loader, tests, ignore):
1010
return tests
1111

1212

13-
if __name__ == "__main__":
13+
# Your unittest tests goes here...
14+
15+
if __name__ == '__main__':
1416
unittest.main()

python-doctest/calculations/tests_file.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

python-doctest/options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ True
77
Hello, ... Python!
88

99
>>> print("\tHello, World!")
10-
Hello, World!
10+
Hello, World!

python-doctest/sets.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)