4 lines
74 B
Bash
4 lines
74 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
PYTHONPATH=$PWD python3 app/adapters/store_api_adapter_test.py
|