mirror of
https://github.com/boostorg/beast.git
synced 2026-07-06 08:21:01 +02:00
6 lines
95 B
Bash
6 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Run all the beast Python unit tests.
|
||
|
|
|
||
|
|
python -m unittest discover -p \*_test.py
|