Skip to content

Commit c33f1f7

Browse files
committed
Using reserved concept :UnitTests:
1 parent 089a45a commit c33f1f7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

standard_template_library/python-console-app-template.plain

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
- :App: is a console application.
44

5-
- :Unittests: are the unit tests of :App: and are part of :Implementation:.
6-
75
- :MainExecutableFile: is the main executable code file of :App:.
86

97

108
***implementation reqs***
119

1210
- :Implementation: should be in Python.
1311

14-
- :Implementation: should include :Unittests: using Unittest framework! If :Unittests: are put in the subfolder, make sure to include __init__.py to make them discoverable.
12+
- :Implementation: should include :UnitTests: using Unittest framework! If :UnitTests: are put in the subfolder, make sure to include __init__.py to make them discoverable.
1513

1614
***test reqs***
1715

tests/data/imports/circular_imports_2.plain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import:
55

66
***implementation reqs***
77

8-
- :Implementation: should include :Unittests: using Unittest framework!
8+
- :Implementation: should include :UnitTests: using Unittest framework!

0 commit comments

Comments
 (0)