Open bhark opened 6 years ago
the conftest.py
in tests seem to have been deleted, any idea in which commit this happened? do you try to run the tests before commiting??
8f4b2b47afb01b742f8e473662dd5bd65f56d8f2 did you force push btw? i can't see to find the diff but the file was gone after this commit
I really doubt that i force pushed, strange... I've added it again in the feature/issue#19
branch, sorry about that..
I've just been running pytest on the user_story.py file alone. As i said, pytest isn't my strong suit, I'm not really used to it, should probably do some more research.
An unrelated update: i bought a domain and upgraded the pythonanywhere account (Fossidarity helped pay for it). Most "good" domains were taken, but i got konsent.xyz, which i think is just fine.
i can help with the shitty costs too.
i think i will have time this w/e to fix the tests and add some more.
you gotta checkout pytest, it's sweet. you just use assert
and pytest analyzes errors and such, you just run pytest
in the root directory of the project to run the tests.
See #57