File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919### Improvements
2020
2121- Move the tests related to the example module into example/tests (closes [ #36 ] ( https://github.com/viperior/python-project-template/issues/36 ) )
22+ - Improve the project structure documentation
2223- Rename the ` build ` workflow to ` test ` (closes [ #52 ] ( https://github.com/viperior/python-project-template/issues/52 ) )
2324- Simplify the import statement in the coin flip test case
2425- Ignore ` .venv ` directory when linting with flake8 (closes [ #53 ] ( https://github.com/viperior/python-project-template/issues/53 ) )
Original file line number Diff line number Diff line change @@ -38,9 +38,14 @@ python -m pytest
3838## Project structure
3939
4040``` text
41- project_root
42- ├───games_of_chance
43- └───tests
41+ mainpackage/
42+ subpackage/
43+ __init__.py
44+ samplemodule.py
45+ tests/
46+ __init__.py
47+ test_one.py
48+ test_two.py
4449```
4550
4651## Resources
You can’t perform that action at this time.
0 commit comments