Export to GitHub

esmre - issue #9

Tests not included in source distribution


Posted on Mar 20, 2008 by Quick Rhino

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.

Comment #1

Posted on May 2, 2008 by Quick Rhino

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.

Comment #2

Posted on Oct 1, 2008 by Quick Rhino

Released in 0.3.0.

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

Status: Released

Labels:
Type-Defect Priority-Low