|
Ran
|
Jobs
4
|
Files
5
|
Run time
14s
|
Badge
README BADGES
|
push
travis-ci
Drop API helpers from `pulp_smash.utils` Fix #64: > There is an odd collection of helper functions in module `pulp_smash.utils`, > such as `get`, `delete`, `get_importers`, `get_distributors`, > `handle_response` and so on. They talk to the Pulp API and nominally help by > abstracting away details such as URLs and response checking. Unfortunately, > they don't do a great job at this. Let's replace them with a new API client > that's better suited to the job: `pulp_smash.api.Client`. This has been done. Commits such as 659518129 and 63fb81997 have dropped the old API helpers and introduced module `pulp_smash.api` in its stead. This commit concludes that effort and drops the old API helpers from module `pulp_smash.utils`. Test suite results do not change as a result of this commit: ============ ============================= Pulp Version Test Suite Results ============ ============================= 2.7 OK (skipped=14) dev (2.8) FAILED (errors=3, skipped=13) ============ =============================
238 of 300 relevant lines covered (79.33%)
3.11 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 180.1 | 0 |
79.33 |
Travis Job 180.1 | |
| 2 | 180.2 | 0 |
77.33 |
Travis Job 180.2 | |
| 3 | 180.3 | 0 |
77.33 |
Travis Job 180.3 | |
| 4 | 180.4 | 0 |
77.33 |
Travis Job 180.4 |