From a0cb5d87fbc82096dc0cda071021a2e6a9eb7b44 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 23:00:47 -0700 Subject: add python README ref to .env file For running tests. Perhaps a better solution is setting sane defaults in code? But want to require, eg, secret salts. --- python/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'python/README.md') diff --git a/python/README.md b/python/README.md index dc6ca415..1b2057f1 100644 --- a/python/README.md +++ b/python/README.md @@ -55,6 +55,7 @@ To run the python tests (with `fatcatd` running locally on port 9411): sudo apt install libsnappy-dev pipenv install --dev + cp example.env .env # unless you already have a local env config pipenv run pytest To calculate code coverage (of python code): -- cgit v1.2.3