Task #3553
Updated by bmbouter over 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. The new structure would be something like this: <pre> $ tree tests/ tests/ ├── h3. Question Do we want 1 'test' folder for pulpcore and 1 'test' folder for the plugin └── folder? Or do we want exactly 1 test folder that contains unit tests for both pulpcore 2 directories, 0 files </pre> The existing tests from <code>/pulpcore/pulpcore/app/tests</code> would move to <code>/tests/pulpcore/</code> and pulpcore.plugin?