From f6127ad93b4cd72ee7724406ab623b9b4b5a6cd5 Mon Sep 17 00:00:00 2001 From: rafelafrance Date: Thu, 22 Feb 2024 13:07:53 -0500 Subject: [PATCH] Update testing instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afe959..a6b44aa 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Download the first 3 sources and then use the `util_add_taxa.py` script to extra ## Tests There are tests which you can run like so: ```bash -export MOCK_TAXA=1; python -m unittest discover +expor MOCK_DATA=1; python -m unittest discover ``` -Please `export MOCK_TAXA=0` before you run any scripts on real data. +Please `export MOCK_DATA=0` before you run any scripts on real data.