You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
docker_test/VERSION: Update to version 1.1.0
pyproject.toml: Switch tool.hatch.envs.all.matrix to tool.hatch.envs.test.matrix
so that hatch run test:test will test against all supplied python versions
pytest.ini: Disable CLI logging. We only need this for heavy debugging
init.py: Bump version to 0.8.3
es_testbed/defaults.py: Python versions < 3.10 cannnot use the newer, more explicit TypeAlias class, so we switched to the older type alias assignment style. This is
heavily documented inline.
es_testbed/helpers/utils.py:
Function prettystr: pprint.pformat does not have kwarg underscore_numbers in
Python versions < 3.10, so a code workaround was added.
Function python_version: Return the Python version as a tuple. Could be redundant
as sys.version_info does as well, but this allows for re-use outside without
having to import sys again.
es_testbed/presets/searchable_test/definitions.py: Assignss plan.uniq to be f'scenario-{scenario}'