|
Ran
|
Jobs
2
|
Files
6
|
Run time
23s
|
Badge
README BADGES
|
push
travis-ci
Rewrite function import_upload_unit After a content unit has been uploaded to Pulp, an HTTP POST request must be sent to actually import it into a repository. Depending on the type of unit being imported, the body of that HTTP POST request varies. Unfortunately, `pulp_smash.utils.upload_import_unit` is inflexible in this regard. Rewrite the function so that arbitrarily complex JSON data may be sent as the body of the HTTP POST request. This allows `import_upload_unit` to be used when uploading and importing Python content units. See: 9973e8911
377 of 593 relevant lines covered (63.58%)
1.27 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 1308.1 | 0 |
63.58 |
Travis Job 1308.1 | |
| 2 | 1308.2 | 0 |
63.58 |
Travis Job 1308.2 |