Opened 17 years ago
Closed 15 years ago
#265 closed defect (fixed)
Some small issues with setup.py test
Reported by: | eblot | Owned by: | dfraser |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | manu.blot@… | |
Operating System: | Linux |
Description
Two small issues:
- As already mentioned in #, python setup.py test as documented in Documentation/install.html does not work when Trac files are not found.
- the documentation needs to be updated to report that test cannot be run without Trac and/or,
- the error message needs to be improved so that it either reports the non-availabilityof Trac, or the test should not be run when Trac is not available
- w/ Trac 0.11b2 and Python 2.5 on Debian, the test session fails with the following error message:
====================================================================== FAIL: test_single_argument (bitten.build.tests.api.CommandLineTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/local/engine/bitten/bitten/build/tests/api.py", line 74, in test_single_argument self.assertEqual(['Python %s' % py_version], stderr) AssertionError: ['Python 2.5.0'] != ['Python 2.5'] ---------------------------------------------------------------------- Ran 190 tests in 4.958s
Attachments (0)
Change History (6)
comment:1 in reply to: ↑ description Changed 17 years ago by anonymous
comment:2 Changed 17 years ago by eblot
Not sure to understand the versioning scheme, but the code has been checked out from branches/experimental/trac-0.11@542.
The setup.py file reports version 0.6 but the Trac web interface for Bitten only offers version 0.5.3.
comment:3 Changed 17 years ago by manu.blot@…
- Cc manu.blot@… added
comment:4 Changed 16 years ago by dfraser
I've updated the install documentation so it now mentions the test. Note that you can now use setup-slave to produce a distribution that doesn't require Trac and only works as a slave.
comment:5 Changed 15 years ago by osimons
- Owner changed from cmlenz to dfraser
Issue 2 is a duplicate of #87, and issue 1 is fixed by dfraser.
Reassigning to get correct owner....
comment:6 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
... and closing.
Replying to eblot:
in #105