knittingpattern icon indicating copy to clipboard operation
knittingpattern copied to clipboard

use conftest.py

Open niccokunzmann opened this issue 8 years ago • 3 comments

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

niccokunzmann avatar Aug 09 '16 21:08 niccokunzmann

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 ...?

jainaman224 avatar Feb 25 '17 21:02 jainaman224

yes, I believe so.

niccokunzmann avatar Feb 25 '17 21:02 niccokunzmann

i would like to work on this issue.

Narenderadonis avatar Jul 05 '20 06:07 Narenderadonis