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

Failures running tests directly (without coverage command) #12

Open
rbtcollins opened this issue Mar 24, 2016 · 0 comments
Open

Failures running tests directly (without coverage command) #12

rbtcollins opened this issue Mar 24, 2016 · 0 comments

Comments

@rbtcollins
Copy link
Member

Trying to run the tests directly (without using the coverage command) currently fails because unittest.begin() is not a valid method. This should be replaced with with unittest.main().

Fixing this (and running tests standalone) will break one of the formatannotation tests, as the expected result depends on how the tests are run.

From aliles#20, filed by @jstemmer

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