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

TST: Revisit skipped and xfailed tests #48

Open
pllim opened this issue Mar 30, 2018 · 0 comments
Open

TST: Revisit skipped and xfailed tests #48

pllim opened this issue Mar 30, 2018 · 0 comments

Comments

@pllim
Copy link
Contributor

pllim commented Mar 30, 2018

These are the some notes from @jhunkeler from his work on #45. Investigation is needed whether they are real bugs or just the tests need to be re-designed.

File Test name Note Status
test_core_nongraphics.py test_irafparlist_getName BUG: Returns file path instead of name Fixed in #76
test_core_nongraphics.py test_irafparlist_getParList BUG: raises 'TypeError: number coercion failed' Fixed in #76
test_core_nongraphics.py test_irafparlist_setParam_float BUG: TypeError: cannot concatenate 'str' and 'float' objects Fixed in #76
test_core_nongraphics.py test_subproc_raise_on_impossible_execution Child does not raise SubproccesError: It only prints the error received from a raised exception. Fixed in #51
test_core_nongraphics.py test_irafparlist_incompatible_assignment_raises Can overwrite string type with uncast integer
test_graphics.py setup_module Does not work under Darwin, because c.OF_GRAPHICS is True
test_graphics.py test_gki_prow_to_different_devices Erroneously sends jobs to network printers
test_invocation.py test_invoke_command_direct BUG: Why is there a single newline on stderr?
This was referenced Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant