TestingΒΆ
When developing tests should be added and maintained with feature development as well as fixing bugs or refactoring code.
- Run backend tests with
py.testfrom app directory
When developing tests should be added and maintained with feature development as well as fixing bugs or refactoring code.
py.test from app directory