Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removing unsupported unit testing instructions from the Readme.
  • Loading branch information
patronov authored Nov 28, 2020
1 parent 9c57636 commit ca02ebe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,3 @@ The tests can be executed using `Unittest`:
```
python main_test.py
```

Or using Pytest:
```
python -m pytest unittest_reinvent
```

Integration tests are decorated with `@pytest.mark.integration`. You can easily skip integration tests using `pytest` mark expression (`-m` argument):
```
python -m pytest -m "not integration" --strict-markers unittest_reinvent/
```

0 comments on commit ca02ebe

Please sign in to comment.