5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PYTHONPATH=$PWD python3 test/main_test.py
|
|
PYTHONPATH=$PWD python3 -m pytest test_db.py
|