CMU-MS-DAS-Modern-Programming-Mini / ClassAssignmentNo3

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

fixtures not found #4

Open hwankyusong opened 2 years ago

hwankyusong commented 2 years ago

When I pytest, most of my tests return an error, saying that fixtures such as Tuv, Huv, etc. are not found. I tried to include 'import main' in my test_SCF.py file, but this doesn't fix it.

hwankyusong commented 2 years ago

Are we supposed/allowed to edit the conftest.py file?