Project

Profile

Help

Task #3553

Updated by dalley about 6 years ago

The tests currently live at:    https://github.com/pulp/pulp/tree/3.0-dev/pulpcore/pulpcore/app/tests 

 This is atypical. Usually tests live outside of the application code itself as a peer of it.   

 Since we do have two packages living in one repository, the The new structure would be something like this: 

 <pre> 
 $ tree tests/ 
 tests/ 
 ├── plugin 
 └── pulpcore 

 2 directories, 0 files 
 </pre> 

 The existing tests from <code>/pulpcore/pulpcore/app/tests</code> would move from <code>/pulpcore/pulpcore/app/tests</code> to <code>/pulpcore/tests/</code>.    Eventually we would add plugin API tests in <code>/plugin/tests/</code> <code>/tests/pulpcore/</code>

Back