Project

Profile

Help

Issue #4355

Updated by daviddavis about 5 years ago

The pulp unit tests require the pulp_file plugin[0]. This is a problem because we're not running the pulp unit tests against pulp_file PRs so pulp_file changes could break unknowingly break pulp unit tests. pulp. 

 Also, I wonder if unit tests should be requiring a plugin. Unit tests ought to probably mock code instead. 

 [0] https://github.com/pulp/pulp/blob/aaec68dad9f977cb71afe6efddf99daea6f0ffd3/pulpcore/tests/unit/content/test_handler.py#L9

Back