Provide config.orig_args ? #5106
Labels
topic: config
related to config handling, argument parsing and config file
type: enhancement
new feature or API change, should be merged into features branch
There is
_orig_args
already, it would just need to made public - and maybe get a better name, but I think it is fine.I'd like to use it with pytest-testmon to detect if any arguments were given.
config.args
contains the value fromtestpaths
etc then already, and parsed options are removed (e.g.-x
).The text was updated successfully, but these errors were encountered: