-
- Downloads
Add tests with pytests
- Add `pytest-factoryboy` dependency - Add pytest options - Add factories for User, Host, Image, FundingCategory, Type, Show, RRule, Schedule and Timeslot - Add pytest fixtures - Add tests for Schedules, Shows, Timeslots ma Users
Showing
- poetry.lock 198 additions, 114 deletionspoetry.lock
- program/tests/factories.py 83 additions, 0 deletionsprogram/tests/factories.py
- program/tests/test_schedules.py 220 additions, 0 deletionsprogram/tests/test_schedules.py
- program/tests/test_shows.py 86 additions, 0 deletionsprogram/tests/test_shows.py
- program/tests/test_timeslots.py 95 additions, 0 deletionsprogram/tests/test_timeslots.py
- program/tests/test_users.py 162 additions, 0 deletionsprogram/tests/test_users.py
- pyproject.toml 10 additions, 0 deletionspyproject.toml
Loading
Please register or sign in to comment