You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really sure about this. The runtests.py script already provides the same functionality.
I'd feel more comfortable recommending nose in general as it is a better test runner(useful reporting, test selection, coverage analysis, etc). I think I'd be more inclined to merge a pull request that updated the documentation to include nose(and possibly tox) usage and removed the custom runner altogether.
I will look into that. If you could provide more information on what you would like done, i would be more than willing to do it. I would like this api to be as robust as possible since I am using it in another project. I am more than willing to contribute
Okay, so given that you can already run the tests using distribute/setuptools, by running the unittest module directly with python's -m option, and there is at least a basic pointer to nose in the docs I don't really want to include yet another seemingly "blessed" way to run the tests.
I'm also going to pull the runtests.py script, as it doesn't provide any additional value over using the other standard methods(or nose for that matter).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.