- Install Python 3.12.8 or a higher version of Python 3.12.
- Run
python -m pip install -U pip setuptools wheelto update pip, setuptools and wheel packages.
- Open terminal in the root of this project.
- Run
python -m unittest discover -v tests "test_*.py"to execute all tests.
Base tests for misclib.utils.color include only a fraction of all possible colors.
Run python -m unittest -v tests.test_color.TestColorFull
to execute tests on all possible colors.
When using PyCharm test configurations,
specify environmental variable TEST_COLOR_FULL with any non-empty value
to run tests on all possible colors.