Add pytest.ini and make it ignore the wake_word directory

Those tests aren't actually meant to be ran with Pytest, so let's skip
them
pull/2573/head
Bart Ribbers 2020-05-06 16:12:02 +02:00
parent c89a8f63ad
commit d8159180e8
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
1 changed files with 3 additions and 0 deletions

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
testpaths = test
norecursedirs = wake_word