knittingpattern
knittingpattern copied to clipboard
use conftest.py
py.test allows adding the settings to the conftest.py. Currently, they live in different files. Imports should be moved.
Hints:
- http://pytest.org/latest/example/simple.html#package-directory-level-fixtures-setups
I will like to work on this issue. We have to move import functions and file into conftest.py from knittingpattern folder. Instead of using os.path.join ...?
yes, I believe so.
i would like to work on this issue.