Open
Description
Version: 6.0.0b1
Platform: MacOS Arm M2
Description: Description of your issue, stack traces from errors and code that reproduces the issue
Currently the invoke test
command pre-configures some commands but pushes you down a few paths:
- Test all the tests in standalone
- Test all the tests in a cluster
- Test all the tests in both
I propose that we add the following to all the tests functions in task.py
either:
- add a
TESTARGS
parameters that allows for the user to apply their own args to the test - add individual parameters for things like
test_path
,-v (verbosity)
,-k (keyword)