We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f147af commit c83de11Copy full SHA for c83de11
Makefile
@@ -1,5 +1,5 @@
1
PROJECT_NAME := $(shell basename `pwd`)
2
-PACKAGE_NAME := py-grim
+PACKAGE_NAME := grim
3
4
.PHONY: clean clean-test clean-pyc clean-build docs help test test-all
5
.DEFAULT_GOAL := help
@@ -58,6 +58,7 @@ lint: ## check style with flake8
58
exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
59
flake8 $(PACKAGE_NAME) tests --count --select=E9,F63,F7,F82 --show-source --statistics
60
flake8 $(PACKAGE_NAME) --exit-zero --max-complexity=10 --max-line-length=127 --statistics
61
+ pre-commit
62
63
behave: clean-test ## run the behave tests, generate and serve report
64
- behave -f allure_behave.formatter:AllureFormatter -o allure_report
0 commit comments