3.1.0 (2024-02-01)
- Drop support for python 3.7
3.0.0 (2023-05-27)
- Use pytest.stash internally instead of _variables
- Switch to Hatch
2.0.0 (2022-03-27)
- Drop python 2.7 and 3.6 support
- Switch to pyproject.toml and Poetry
1.9.0 (2019-10-23)
- Add TOML support
- Thanks to @mraspberry for the PR
1.8.0 (2019-09-12)
- Handle PyYaml deprecation
- Thanks to @jurisbu for the PR
1.7.1 (2018-01-15)
- Encode variables as UTF-8.
- Thanks to @MuckT for the PR
1.7.0 (2017-08-08)
- Merge dictionaries in variables when multiple files are provided.
- Thanks to @davidemoro for the PR
1.6.1 (2017-04-28)
- Fix
TypeError
when opening variables in Python 3.2-3.5- Thanks to @kottenator for the report
1.6.0 (2017-04-25)
- Open file in binary format to address incorrect encoding on Windows
- Thanks to @vgavro for the PR
1.5.1 (2017-03-01)
- Removed unintentional print of variables
1.5.0 (2017-03-01)
- Moved parsing of variables to
pytest_configure
and store asconfig._variables
so access is not limited to fixtures
1.4.0 (2016-03-18)
- Remove unsupported format message for files with no extension
- Thanks to @RibeiroAna for the PR
1.3.0 (2015-12-15)
- Add support for Human JSON and YAML formats
- Thanks to @the-ivan for the PR
- Add documentation for
variables
fixture- Thanks to @styro for the PR
1.2.0 (2015-07-29)
- Require
--variables
command line option for all variables files
1.1.0 (2016-07-16)
- Allow multiple variables files to be specified
1.0.0 (2015-05-13)
- Initial release