MartinBruun / P6

2 stars 0 forks source link

(web) Create and test all permutations of the fixture creating the necessary models #239

Closed MartinBruun closed 2 years ago

MartinBruun commented 2 years ago

Fixes #225

Move the fixtures into the relevant app where the fixture is used.

However, make sure that any dependencies should be received from fixtures in other apps. Ie. the booking apps fixture should only import the Booking model, and the test_conftest.py should import all models that are relevant as dependencies (Machine, Service and Account) and test that they work

MartinBruun commented 2 years ago

Fixes #225