Moved all tests constants into a single file
Description
See what is done in the commits and in the changelog below.
All the (big) constants in the test/test_*.py
files has been moved into the new test/constants.py
file. During the transfer of the constants a little bit of cleanup has been made (removed some comments and spaces) to the test files.
Issue related
This merge is related to issue #13 (closed)
Merge into Dev Checklist
-
Pipeline pass -
Tests for the new code -
Acceptance Testing
Changelog
- Moved constants to the new
test.constants
module - Some minor cleaning to the test files (spaces and comments)
- Fixed grammatical error in
README.md
- Minor fix to the
/help
text message
Edited by Meliurwen