- Refactor argument parsing logic by wrapping argument value and the level it was extracted from into an
ArgumentValue
object when returning values from_get_arg
- Add documentation on how to append to
dynamic_rerun_triggers
to the README
- Refactor argument parsing logic
- Add new option
--dynamic-rerun-disabled
which disables this plugin when passed
- Better document marks and argument precedence in README.rst
- Fix a bug where past test
stdout
andstderr
was being inspected in the test's dynamic reruns
- Add a changelog
- Refactor how we initialize plugin exposed
item
fields
- Fix some README typos
- Initial release