Releases: qtc-de/tricot
Releases · qtc-de/tricot
v1.5.0 - Sep 11, 2021
Added
- Add Extractors
- Add
network_mode
support for docker containers - Add additional tests (extractors + network_mode)
Changed
- Changed the log output format for docker containers
- Changed exception handling of AttributeException in OsCommandPlugin
- Fixed a bug in the ContainsValidator when using Integers as values
- Small bug fixes
Removed
- Removed six dependency (closes #4)
- Removed short version for most options
v1.4.2 - June 11, 2021
Changed
- Fix typo within
tricot.py
that caused an error when using the--tester
option
v1.4.1 - May 28, 2021
Changed
- Fix display bug when commands are run in shell mode
- Add debug information on OsCommandPlugins
v1.4.0 - May 27, 2021
Added
- Add support for running commands in shell mode
- Add logfile attribute for tests and testers
- Add support for custom success and error strings
v1.3.2 - May 24, 2021
Changed
- Add six dependency to
setup.py
file (see #4 for details)
v1.3.1 - May 24, 2021
Changed
- Add six dependency to
requirements.txt
file (see #4 for details)
v1.3.0 - May 24, 2021
Added
- Add support for environment variables within testers
- Add support for nested variables
Changed
- Small refactoring of runtime variables
- Fix variable inheritance bug
- Add stream key to the expected validator keys
v1.2.0 - May 22, 2021
Added
Changed
- Add PyPi installation instructions
- Some minor bug fixes
v1.1.0 - May 09, 2021
Added
- Add PyPi release workflow
- Add support for conditionals
- Add some more documentation
Changed
- Update completion script
- Fix bug that
--numbers
was not working
v1.0.0 - May 05, 2021
Initial release 🎉