All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
unreleased - YYYY-MM-DD
- None
- None
- None
- None
- None
- None
- None
setup.py
src/conftest.py
src/logger.py
src/plugin_fixtures.py
: Replace ConfigParser by configparser to manage python2 and python3
config_test.py
: Change section's values from unicode to str
- None
src/__init__.py
: Add simple logger with package name.
plugin_fixtures.py
: Remove log_folder, log_name and logger fixture.pytest_hooks.py
: Use new logger instead of logger_gv.
- None
src/__init__.py
: Remove logger_gv.scr/logger.py
: Remove init_logger method.
- None
- None
- None
4.0.2 - 2020-01-31
sequencer_features.py
: Manage test_required when the failed test was in a class
4.0.1 - 2019-12-16
- Manage parametrize decorator
4.0.0 - 2019-12-13
- If multiple call of the same test if found, wooqi automatly add '-X' if missing of configuration file
- Control conformity of configuration file: The test of post_fail and test_required are found
- Control conformity of configuration file: All actions/tests of configuration file are found
- To call multiple time the same test, we must add '-X' instead of '_X'
- The old system confused some test names. Add '_X' to call multiple time the same test is deprecated, instead add '-X'
- Testing functions are missing
3.0.0 - 2019-08-09
- Remove fork pytest
- Fix exit status in main to get msb value
- Fix fail management in loop
2.0.1 - 2018-11-15
- Packages management hotfix.
2.0.0 - 2018-11-14
- Issue #13: Do not base the sequencer on Pytest anymore.
- Issue #28: Fork Pytest inside Wooqi.
- Python 3 compatibility.
1.2.2 - 2018-10-26
- Issue #35: Update dependencies versions required.
1.2.1 - 2018-08-07
- Issue #21: Add possibility to give 3 arguments to range().
- Issue #31: Wooqi project - place actions in test_steps folder.
- Issue #32: Manage postfail_feature_management when teardown fail.
- Issue #33: Wooqi command return correctly signal number
1.2.0 - 2017-10-31
1.1.0 - 2017-08-30
- Improve version display.
- Issue #17: Keep capital in test_info keys.
- Possibility to rerun sequence since the first test failed.
- Split Wooqi tests.
1.0.2 - 2017-05-18
- Fix exit status.
1.0.1 - 2017-04-21
- --init-project option to create a new Wooqi project.
- AUTHORS file.
1.0.0 - 2017-03-29
First official release.