Bug 789203 - "make test" skips some tests
Summary: "make test" skips some tests
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: PulpDist
Classification: Community
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: future_maint
Assignee: Nick Coghlan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-10 04:46 UTC by Nick Coghlan
Modified: 2012-05-16 02:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-16 02:20:42 UTC


Attachments (Terms of Use)

Description Nick Coghlan 2012-02-10 04:46:57 UTC
For some reason, "make test" is skipping the tests in pulpdist.core.tests.test_sync_trees.py

Workaround is to run the core tests directly from src/ as:

    python -m unittest discover -s pulpdist/core -t .

Comment 1 Nick Coghlan 2012-05-16 02:20:42 UTC
There was a problem that meant not all test cases were being identified correctly by the test suite runner. This has been resolved for 0.0.16.


Note You need to log in before you can comment on or make changes to this bug.