TEST=.
TEST_FOLDER=./$(TEST)
PYTHON=python3

run:
	pytest --mlvp-report -n=auto -sv $(TEST_FOLDER)

clean:
	rm -rf reports/
