All Questions
1 question
2
votes
1
answer
719
views
In py.test is it possible to report arbitrary values generated in the test runs?
I know there are plugins for performance tests and profiling for py.test but is there a way to generate arbitrary values which are reported or somehow accessible after the test?
Imagine I have a test ...