archive
/
ipc-unix
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
ipc-unix/scripts/test.sh

13 lines
234 B
Bash
Raw Normal View History

2018-12-07 14:03:19 +00:00
#!/usr/bin/env bash
set -e
export PATH=env/bin:${PATH}
2018-12-07 21:10:52 +00:00
nose2 tests
2018-12-07 14:03:19 +00:00
2018-12-07 21:10:52 +00:00
black tests ipc_unix setup.py --check
flake8 ipc_unix tests setup.py --ignore=E128,E501
isort -rc -c ipc_unix tests setup.py
2018-12-07 20:57:12 +00:00
mypy --strict-optional ipc_unix tests