This website requires JavaScript.
Explore
Help
Sign In
XF
/
pluto
Watch
1
Star
0
Fork
You've already forked pluto
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9b6180ac5b
pluto
/
handler
/
runtest.sh
4 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Add script to run tests
2022-02-15 22:25:57 +00:00
#!/bin/sh
Add code formatting checks in runtest.sh
2022-02-15 22:27:15 +00:00
pre-commit run -a
Add script to run tests
2022-02-15 22:25:57 +00:00
python -m unittest discover -s tests -p
'test_*.py'