Commit ba200d8
committed
Fix import error
Fix import error:
import file mismatch:
imported module 'test_mas' has this __file__ attribute:
/home/runner/work/python-devops/python-devops/test/src/test_mas.py
which is not the same as the test file we want to collect:
/home/runner/work/python-devops/python-devops/test/unit/test_mas.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules1 parent 612fd4c commit ba200d8
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
File renamed without changes.
0 commit comments