Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Add pytest.ini and make it ignore the wake_word directory
Browse files Browse the repository at this point in the history
Those tests aren't actually meant to be ran with Pytest, so let's skip
them
  • Loading branch information
PureTryOut committed May 6, 2020
1 parent c89a8f6 commit d815918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
testpaths = test
norecursedirs = wake_word

0 comments on commit d815918

Please sign in to comment.