graemefox / esmre

Automatically exported from code.google.com/p/esmre
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Tests not included in source distribution #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. python setup.py sdist
2. tar ztf dist/esmre-0.2.1.tar.gz | grep test

What is the expected output?

esmre-0.2.1/test/
esmre-0.2.1/test/esm_tests.py
esmre-0.2.1/test/esmre_tests.py

What do you see instead?

No results.

Original issue reported on code.google.com by whar...@gmail.com on 20 Mar 2008 at 2:55

GoogleCodeExporter commented 9 years ago
Fixed in trunk@24.

Distutils only includes test modules in the source distribution if their 
filenames
match 'test/test*.py'. See http://docs.python.org/dist/manifest.html.

I changed renamed the test modules to match the pattern.

Original comment by whar...@gmail.com on 2 May 2008 at 1:04

GoogleCodeExporter commented 9 years ago
Released in 0.3.0.

http://esmre.googlecode.com/files/esmre-0.3.0.tar.gz

Original comment by whar...@gmail.com on 1 Oct 2008 at 8:58