Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions standard_template_library/python-console-app-template.plain
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

- :App: is a console application.

- :Unittests: are the unit tests of :App: and are part of :Implementation:.

- :MainExecutableFile: is the main executable code file of :App:.


***implementation reqs***

- :Implementation: should be in Python.

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

***test reqs***

Expand Down
2 changes: 1 addition & 1 deletion tests/data/imports/circular_imports_2.plain
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import:

***implementation reqs***

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