Bug 789203

Summary: "make test" skips some tests
Product: [Community] PulpDist Reporter: Nick Coghlan <ncoghlan>
Component: z_otherAssignee: Nick Coghlan <ncoghlan>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecified   
Target Milestone: future_maint   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-16 02:20:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.