Joe Sun
Joe Sun
I am happy to contribute on this. pytest has many options for --tb (https://docs.pytest.org/en/7.0.x/how-to/output.html#modifying-python-traceback-printing). Is it necessary to support all of them in pytest-check or just some of them?
With ```--tb=no```, the console output is correct. But the command I used is ```pytest --junitxml=output_pytest.xml --tb=no test_foo.py```, because I need to output the results and use it to generate html...
PR created. https://github.com/okken/pytest-check/pull/81
For example, if you want to start a distributed job running on two different GPUs or CPUs with different specs, and they need to communicate with each other and they...