You can run test with docker-compose with
docker-compose -f docker-compose.test.yml
The `.env' requirements are normally completed.
All networks problems are fixed for test. For dev…
Oups sorry I missed informations I think !
Could you try to install pipenv packages with the --dev
option ?
I will search for the docker problem.
Sorry for the delay.
You should be able to run tests without docker :)
Should I remove all target
in docker-compose?
My problem was with the FORMS_FILE
which was not defined. It should work now :)
@reinhard I have an error with the test test_register
but I don't understand how to fix it. Could you please check it ?
I'm not sure how to test the whole application, especially because of the FORMS dependency. Do you have an idea?
But, I can do a unit test on scheduler
to start.