Merge pull request #268 from flashbots/lukevs-contributing-fix

Update CONTRIBUTING.md to include new test command
This commit is contained in:
Luke Van Seters 2022-02-15 12:35:33 -05:00 committed by GitHub
commit d0304474e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ poetry run pre-commit install
Run tests with: Run tests with:
``` ```
kubectl exec deploy/mev-inspect-deployment -- poetry run pytest --cov=mev_inspect tests ./mev test
``` ```
## Send a pull request ## Send a pull request