Skip to content

Commit

Permalink
Move tests to pytest instead of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 6, 2024
1 parent e2221b7 commit 12aaa22
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 58 deletions.
20 changes: 0 additions & 20 deletions .coveragerc

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,18 @@ Steps to build and test from source:

The Orange3 application should shortly start up with a splash screen

## Testing

Run tests with `pytest`.

For coverage:

```python
coverage run -m pytest
coverage report
# or
coverage html
```

## Collaborators
The Story Navigator is maintained by the [Netherlands eScience Center](https://www.esciencecenter.nl/) in collaboration with the [Faculty of Behavioural, Management and Social Sciences (BMS)](https://www.utwente.nl/en/bms/) at the [University of Twente](https://www.utwente.nl/en/).
38 changes: 0 additions & 38 deletions tox.ini

This file was deleted.

0 comments on commit 12aaa22

Please sign in to comment.