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

Generates the target test_x.py file in root rather than correct module #5

Open
curtisforrester opened this issue Jun 15, 2016 · 0 comments

Comments

@curtisforrester
Copy link
Owner

If a module specifies :unit_test_module: com.package.tests.test_my_stuf and the test_my_stuff.py does not yet exist it will be generated in the root with the name com.package.tests.test_my_stuff.py rather than under ./com/package/tests.

Workaround
The module 'test_my_stuff.py' is valid and can be moved/renamed to the correct location/name.

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