Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add python module to test result path #68

Open
granders opened this issue Jul 13, 2015 · 0 comments
Open

add python module to test result path #68

granders opened this issue Jul 13, 2015 · 0 comments

Comments

@granders
Copy link
Contributor

Currently, results for a test are stored in a directory organized thusly:

results/latest/<TestClass>/<test_method>

This however requires that TestClass names must be unique. In order to avoid surprising behavior, it's probably better to have:

results/latest/<test_module>/<TestClass>/<test_method>

@granders granders changed the title namespace top-level results directory by python module add python module to test result path Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant