This is an example project which demonstrates project structure and necessary CI checks. It is not the best structure for real-world projects, but good enough for educational purposes.
foo.py
-- implementation ofFoo
class withhello
andadd
features. Stateless.foo_test.py
-- unit and PBT tests forFoo
.
- PBT:
test_add_commutative
- Aleksandr Penskoi (EMAIL) -- all work.
- 29.03.2022 - 2
- Add test coverage.
- 29.03.2022 - 1
- Update README. Add formal sections.
- 29.03.2022 - 0
- Initial
- ...