Skip to content

Commit

Permalink
README.md: how to run unit test from aiidalab docker stack container (#…
Browse files Browse the repository at this point in the history
…403)

Co-authored-by: Daniel Hollas <danekhollas@gmail.com>
  • Loading branch information
unkcpz and danielhollas committed May 24, 2023
1 parent 5022de2 commit a57119a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ pre-commit install
```
The pre-commit checks should now be automatically executed prior to each commit.

To run unit tests in the AiiDAlab container, you need to run `pytest` from within the `aiida-core-services` conda environment:
```
conda activate aiida-core-services
pytest -sv tests
```

## For maintainers

To create a new release, clone the repository, install development dependencies with `pip install '.[dev]'`, and then execute `bumpver update`.
Expand Down

0 comments on commit a57119a

Please sign in to comment.