mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-04-24 06:40:13 +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'
|