Skip to content

Commit

Permalink
chore: add CONTRIBUTING.md, allow running pytest directly in dev
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Ambauen <1833932+open-dynaMIX@users.noreply.github.com>
  • Loading branch information
czosel and open-dynaMIX committed Apr 17, 2024
1 parent a6b445d commit eb8dce6
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 128 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing guide

To contribute to this project, you'll need [Poetry](https://python-poetry.org/).

```sh
poetry install --with dev

# run tests
poetry run pytest
```

We're also using [tox](https://tox.wiki) to run the tests in all supported environments. Running the full test suite is simple:

```sh
tox
```

If you'd like to run tests in a specific environment, use `-e`:
```sh
tox -e django42
```
Loading

0 comments on commit eb8dce6

Please sign in to comment.