Skip to content

Commit

Permalink
Add the instructions to suppress the pytest deprecation warnings from…
Browse files Browse the repository at this point in the history
… testing-unit-py
  • Loading branch information
stack72 committed Jul 21, 2021
1 parent abeb696 commit 0f14a99
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions testing-unit-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ An example of writing mock-based unit tests with both infrastructure definition
2. Run the tests:

```
$ python -m pytest # or simply `pytest`
$ python -m pytest --disable-pytest-warnings # or simply `pytest --disable-pytest-warnings`
------------------------------------------------------------
Ran 2 tests in 0.004s
OK
====================================================================================================== 3 passed, 6 warnings in 0.76s =======================================================================================================
```

## Further steps
Expand Down

0 comments on commit 0f14a99

Please sign in to comment.