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

nose confused about dot in folder name #1107

Open
paulgheorghecristian opened this issue May 8, 2020 · 0 comments
Open

nose confused about dot in folder name #1107

paulgheorghecristian opened this issue May 8, 2020 · 0 comments

Comments

@paulgheorghecristian
Copy link

Hello,

I am using nose for code coverage with bazel and tensorflow and the method that I found to work is to run "bazel test" and then run nosetests with the created bazel cache, bazel-bin/test/unit_tests/python/test.runfiles/...(otherwise I receive Could not import tensorflow. Do not import tensorflow from its source directory;) The problem is that the folder contains a dot in its name (test.runfiles) and I think it confused nose because it exhibits undefined behaviors. Is there a workaround without renaming the folder?

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