NuruCI / Makefile
JDFPalladium
adding tests locally
406d659
raw
history blame contribute delete
161 Bytes
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
lint:
pylint --disable=R,C app.py
test:
PYTHONPATH=. pytest -vv tests/test_app.py