Skip to content

Commit

Permalink
Add unit test running hints to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas Magyar committed Jul 17, 2023
1 parent f4a2be9 commit 0ff79cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,16 @@ First install the environment with the required dependencies:

Enter the virtual environment:

poetry shell
poetry shell



## Running Unit Tests

Run unit tests:

python -m pytest tests

Run unit tests with coverage information:

python -m pytest --cov-report=html --cov=dem tests/
5 changes: 5 additions & 0 deletions docs/development_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ Installation can be done with the `dem pull` command:
!!! tip

See the [`dem pull`](commands.md#dem-pull-dev_env_name) command for more details.





0 comments on commit 0ff79cb

Please sign in to comment.