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 testing #107

Open
andersdot opened this issue Dec 4, 2018 · 0 comments
Open

Nose testing #107

andersdot opened this issue Dec 4, 2018 · 0 comments

Comments

@andersdot
Copy link

I installed george using

conda install -c conda-forge george

I tried testing from my home directory

==> nosetests -v george.testing
Failure: AttributeError (module 'george' has no attribute 'testing') ... ERROR

======================================================================
ERROR: Failure: AttributeError (module 'george' has no attribute 'testing')

Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/anaconda3/lib/python3.6/site-packages/nose/loader.py", line 406, in loadTestsFromName
module = resolve_name(addr.module)
File "/anaconda3/lib/python3.6/site-packages/nose/util.py", line 322, in resolve_name
obj = getattr(obj, part)
AttributeError: module 'george' has no attribute 'testing'


Ran 1 test in 0.002s

FAILED (errors=1)

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