Skip to content

Commit

Permalink
feat: Add warning that tests only work with ICAT 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Sep 22, 2022
1 parent 023e7c7 commit d8825fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8825fd

Please sign in to comment.