Files
fastai/pytest.ini
Piotr Czapla 92a2c55d66 Make sure that pytest does not discover test in courses
That folder contains files that pytest views as tests, but it can't import them.
Without this the exclusion the test discovery fails in Visual Studio Code
2018-05-01 18:07:29 +02:00

2 lines
37 B
INI

[pytest]
norecursedirs = .git courses