From 0afc1494f17c3a58b53d0d917b31e4d2e9cf92fd Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 20 Sep 2021 13:11:13 -0400 Subject: [PATCH] Add tests to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8aeda4..421d501 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ Then install pre-commit hooks with poetry run pre-commit install ``` +### Tests + +Run tests with +``` +kubectl exec deploy/mev-inspect-deployment -- poetry run pytest --cov=mev_inspect tests +``` ## FAQ