Skip to content

Commit

Permalink
Remove run_tests.py and add test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed Apr 8, 2021
1 parent 6593333 commit a1110c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,26 @@ def register_pandora_vocab(emitter):
for match in m.groups():
register_vocab('Pandora Station', match)
```

Development
=======

Glad you'd like to help!

To install test and development requirements run

```
pip install -r test-requirements.txt
```

This will install the test-requirements as well as the runtime requirements for adapt.

To test any changes before submitting them run

```
pytest test/*
```

Learn More
========

Expand Down
13 changes: 0 additions & 13 deletions run_tests.py

This file was deleted.

0 comments on commit a1110c5

Please sign in to comment.