From fdc579a32ca032436d9fb7104572b25c3e585cf3 Mon Sep 17 00:00:00 2001 From: forman Date: Tue, 17 Apr 2018 13:39:35 +0200 Subject: [PATCH] no longer in use --- README.md | 7 +++++++ test-all.bat | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 test-all.bat diff --git a/README.md b/README.md index d8e2e6de7..4edf698b2 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,13 @@ We need to set environment variable `NUMBA_DISABLE_JIT` to disable JIT compilati coverage reaches the actual Python code. We use Numba's JIT compilation to speed up numeric Python number crunching code. +Other recognized environment variables to customize the unit-level tests are + + CATE_DISABLE_WEB_TESTS=1 + CATE_DISABLE_PLOT_TESTS=1 + CATE_DISABLE_GEOPANDAS_TESTS=1 + CATE_DISABLE_CLI_UPDATE_TESTS=1 + ### Generating the Documentation We use the wonderful [Sphinx](http://www.sphinx-doc.org/en/stable/rest.html) tool to generate diff --git a/test-all.bat b/test-all.bat deleted file mode 100644 index cbb47fcc7..000000000 --- a/test-all.bat +++ /dev/null @@ -1,5 +0,0 @@ -rem Don't forget to activate environment -set CATE_DISABLE_WEB_TESTS=1 -set CATE_DISABLE_PLOT_TESTS=1 -set CATE_DISABLE_GEOPANDAS_TESTS=1 -py.test test