Move betterproto/tests → tests

This commit is contained in:
Arun Babu Neelicattu
2020-07-10 13:45:52 +02:00
committed by Bouke Versteegh
parent 8864f4fdbd
commit cebf9176a3
112 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ help: ## - Show this help.
# Dev workflow tasks
generate: ## - Generate test cases (do this once before running test)
poetry run ./betterproto/tests/generate.py
poetry run ./tests/generate.py
test: ## - Run tests
poetry run pytest --cov betterproto
@@ -23,7 +23,7 @@ clean: ## - Clean out generated files from the workspace
.pytest_cache \
dist \
**/__pycache__ \
betterproto/tests/output_*
tests/output_*
# Manual testing