-
Notifications
You must be signed in to change notification settings - Fork 318
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
test suite errors #24
Comments
@eendebakpt thanks - what platform are you on, Linux I guess? Turns out on Windows, which should really be my primary testing platform, there are even more errors... I'm spending some time beefing up tests today and will try to address all of these - I'll ping you when I have a PR, perhaps you can tell me if I've succeeded? |
@eendebakpt I don't have linux available to test on, but I think this is closed by #47 - can you see if you're happy with the new test runner |
It works now, I am closing the issue. |
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
* make it possible to add a title to device annotator * Fix: add default title to device annotator
On my system the tests (python setup.py nosetests) fail:
I think the code is intended to check whether a file handle is a sequence. On my system the first element of os.listdir('.') is a directory and this generates an error. I suggest removing the file handle altogether.
A second error occurs in the multi processing tests:
Apparently on my system not only the daemons are started, but also a side process which gets counted accidentally. I think we should either replace the check self.assertEqual(len(reprs), 2, reprs) with something more sophisticated (e.g. check names or id's) or do not do this kind of tests as they are very system dependent.
The text was updated successfully, but these errors were encountered: