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

MANIFEST.in: Distribute the tests/ directory #71

Merged
merged 1 commit into from
Sep 18, 2014

Conversation

wking
Copy link
Contributor

@wking wking commented Sep 17, 2014

Avoid:

$ python setup.py test
...
warning: no files found matching '*.py' under directory 'tests'
...


Ran 0 tests in 0.003s

OK

by packaging the referenced files.

Avoid:

  $ python setup.py test
  ...
  warning: no files found matching '*.py' under directory 'tests'
  ...
  ----------------------------------------------------------------------
  Ran 0 tests in 0.003s

  OK

by packaging the referenced files.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 7799cfd on wking:distribute-tests into 74d9e66 on wcdolphin:master.

@wking
Copy link
Contributor Author

wking commented Sep 18, 2014

And it would be wonderful if you could cut 1.8.1 (or 1.9, or whatever) after this lands ;).

@corydolphin
Copy link
Owner

@wking thanks again for your help. This looks great. I will release 1.8.1 with this now.

corydolphin pushed a commit that referenced this pull request Sep 18, 2014
MANIFEST.in: Distribute the tests/ directory
@corydolphin corydolphin merged commit 73289ed into corydolphin:master Sep 18, 2014
@corydolphin
Copy link
Owner

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.

3 participants