Skip to content

Commit

Permalink
update test command (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 7, 2023
1 parent f4e1600 commit 39534d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Thanks for contributing to Django Data Wizard! Here are some guidelines to help

## Questions

Feel free to use the issue tracker to ask questions! We don't currently have a separate mailing list or active chat tool.
Questions and ideas can be submitted to the [Django Data Wizard discussion board](https://github.com/wq/django-data-wizard/discussions).

## Bug Reports

Bug reports can take any form as long as there is enough information to diagnose the problem. To speed up response time, try to include the following whenever possible:
Bug reports can be submitted to either [IterTable issues](https://github.com/wq/itertable/issues) or [Django Data Wizard issues](https://github.com/wq/itertable/issues). Reports can take any form as long as there is enough information to diagnose the problem. To speed up response time, try to include the following whenever possible:

* Versions of Django and Django REST Framework
* Expected (or ideal) behavior
* Actual behavior
Expand All @@ -22,5 +23,6 @@ Pull requests are very welcome and will be reviewed and merged as time allows.
* Ensure the PR passes lint and unit tests. This happens automatically, but you can also run these locally with the following commands:

```bash
./runtests.sh # run the test suite
LINT=1 ./runtests.sh # run code style checking
python -m unittest discover -s tests -t . -v # run the test suite
flake8 # run code style checking
```

0 comments on commit 39534d0

Please sign in to comment.