mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-07-29 15:22:00 +08:00
4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m unittest discover -s . -p 'test_*.py'
|