Commit 09971ae
committed
Move pytest configuration file to root of repository
The previous location worked fine when running pytest directly or via the task. It was also possible to run the tests
from the PyCharm UI after a bit of configuration. However, I had no luck with using the VS Code test explorer.
VS Code is likely to be the most common development environment of contributors so it will be important to make it easy
to use with VS Code. Moving pytest.ini file to the root of the repository allowed the VS Code test explorer to correctly
recognize it.1 parent 2f24632 commit 09971ae
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
File renamed without changes.
0 commit comments