jncramp / iniparse

Automatically exported from code.google.com/p/iniparse
Other
0 stars 0 forks source link

test_compat fails: missing cfgparse.1 #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download pristine 0.4 tarball, untar
2. python setup.py build
3. ./runtests.py

Expected:

Should succeed all tests

Actual:

Fails for test_compat, in every case because cfgparse.1 is missing from the 
tarball. I was going to run iniparse through 2to3 to see if it ran in 3 (I've 
seen patches to make it compatible), and tests are quite useful in making sure 
iniparse works after that.

Versions:

iniparse 0.4 from the download page, with python 2.7.3rc2 in debian testing.

Original issue reported on code.google.com by klaussfr...@gmail.com on 31 May 2012 at 5:02

GoogleCodeExporter commented 8 years ago
Could you provide the verbatim error message from running the tests?  I'm 
unable to reproduce the problem.

Original comment by psobe...@gmail.com on 17 Jun 2012 at 1:10

GoogleCodeExporter commented 8 years ago
Because you have cfgparse.1 somewhere, but not all installations do. 
Will attach console output when I have access to the debian system again.

Original comment by klaussfr...@gmail.com on 18 Jun 2012 at 5:30

GoogleCodeExporter commented 8 years ago
Found it - it's in the python-test package on my Fedora system.  It's part of 
Python's test suite, and it called from iniparse's compatibility tests.  Given 
that I'm already copying python's configparser tests into iniparse, it would 
make sense to copy this file as well.

Original comment by psobe...@gmail.com on 19 Jun 2012 at 4:03