From d8825fd71740e2b2d9b387dca175110cee1f9915 Mon Sep 17 00:00:00 2001 From: Reillyhewitson Date: Thu, 22 Sep 2022 16:29:55 +0100 Subject: [PATCH] feat: Add warning that tests only work with ICAT 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d01575..90928c4d 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ but covering only the most used aspects of the API). The configuration file (`config.json`) contains two options that will be used during the testing of the API. Set `test_user_credentials` and `test_mechanism` appropriately for your test environment, using `config.json.example` as a reference. The tests require a -connection to an instance of ICAT, so set the rest of the config as needed. +connection to an instance of ICAT 5, so set the rest of the config as needed. These tests have been written to assume ICAT 5 has been installed so please update to that or test with an older version of the API. By default, this will execute the repo's tests in Python 3.6, 3.7, 3.8, 3.9 and 3.10. For most cases, running the tests in a single Python