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

tests runner is now nose + setuptools #46

Merged
merged 2 commits into from
Feb 28, 2013
Merged

tests runner is now nose + setuptools #46

merged 2 commits into from
Feb 28, 2013

Conversation

husio
Copy link
Contributor

@husio husio commented Feb 24, 2013

Previously, there was enigmatic description how to run tests (make test was
the command, but no Makefile). In addition, separate requirements file.

Now, single, standard command handles everything.

IMO, tests/README.md should be removed and information about how to run tests moved to main README.

Previously, there was enigmatic description how to run tests (`make test` was
the command, but no Makefile). In addition, separate requirements file.

Now, single, standard command handles everything.
@kevinburke
Copy link
Contributor

Whoops, I believe the README was a holdover from a previous code iteration.

If you take a look at the .travis.yml file for the repository, it looks like we're currently running the tests with:

nosetests tests/

In addition this change causes the Travis tests to break by removing the tests/requirements.txt file.

I'm ok with running the tests as python setup.py test, though.

@husio
Copy link
Contributor Author

husio commented Feb 24, 2013

I've changed travis' configuration, so that it use distutils. But the testrunner is still nosetest.

@kevinburke
Copy link
Contributor

looks great, thanks!

kevinburke pushed a commit that referenced this pull request Feb 28, 2013
tests runner is now nose + setuptools
@kevinburke kevinburke merged commit 93adcd6 into flask-restful:master Feb 28, 2013
@husio husio deleted the testrunner branch February 28, 2013 06:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants