Skip to content

Commit

Permalink
Add running tests to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
forkcs committed May 6, 2020
1 parent ad8b648 commit 0fcc1e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ Coming soon...

Coming soon...

## Running the tests

There are automated tests for this project. Running the tests is optional. For run tests you need to install py.test and responses packages.

Install with pip:

```commandline
pip install pytest responses
```

Run tests:

```commandline
pytest
```

**If all the tests are passed, you may proceed to the next steps.**

### After successful installation:

Now you can import supervisor module from project dir:
Expand Down

0 comments on commit 0fcc1e9

Please sign in to comment.