summaryrefslogtreecommitdiff
path: root/noxfile.py
Commit message (Expand)AuthorAgeFilesLines
* Add tests for pypy3.9Jordan Cook2022-12-301-2/+7
* Remove upper version constraint for all non-dev dependenciesJordan Cook2022-08-241-1/+3
* Update tests and docsJordan Cook2022-06-111-2/+2
* Run pytest --verbose in CIJordan Cook2022-04-191-3/+9
* Set stress test multiplier back to 5 for pre-deploy testsJordan Cook2022-04-151-1/+3
* Generate XML coverage report for CodecovJordan Cook2022-04-151-4/+6
* Use nox to run tests in GitHub ActionsJordan Cook2022-04-011-14/+22
* Increase stress test multiplier to 10 for pre-deployment testsJordan Cook2022-02-221-2/+5
* Run additional stress tests with multiple processesJordan Cook2022-02-221-1/+1
* Add stress test shortcut for noxJordan Cook2022-02-221-1/+10
* Format using a more typical line length of 100Jordan Cook2022-01-011-1/+3
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-081-4/+2
* Add mypy to 'lint' shortcut for noxJordan Cook2021-09-061-2/+4
* Clear/ignore apidoc files when using sphinx-autobuildJordan Cook2021-08-281-2/+2
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-2/+2
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-1/+1
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
* Run integration tests in parallel, and combine MongoDB and GridFS tests into ...Jordan Cook2021-08-121-1/+1
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-7/+9
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-0/+79