[ python-Bugs-988784 ] Windows installer missing test files

SourceForge.net noreply at sourceforge.net
Sun Jul 11 07:37:19 CEST 2004


Bugs item #988784, was opened at 2004-07-11 01:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=988784&group_id=5470

Category: Installation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Martin v. Löwis (loewis)
Summary: Windows installer missing test files

Initial Comment:
The 2.4a1 Windows installer doesn't include the test file 
cfgparser.1, so test_cfgparser gets three errors in an 
installed Python on Windows:

==========================================
============================
FAIL: test_read_returns_file_list 
(__main__.ConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
  File "lib\test\test_cfgparser.py", line 250, in 
test_read_returns_file_list
    self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']

==========================================
============================
FAIL: test_read_returns_file_list 
(__main__.RawConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
  File "lib\test\test_cfgparser.py", line 250, in 
test_read_returns_file_list
    self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']

==========================================
============================
FAIL: test_read_returns_file_list 
(__main__.SafeConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
  File "lib\test\test_cfgparser.py", line 250, in 
test_read_returns_file_list
    self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']

------------------------------------------------------
----------------
Ran 39 tests in 0.031s

FAILED (failures=3)

I think test files for the new decimal module are missing 
too, although I believe you won't notice this unless you 
pass "-u decimal" to regrtest.py, or run test_decimal.py 
directly.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=988784&group_id=5470


More information about the Python-bugs-list mailing list