refactor mox references to use the mock library in pythontackerclient
Bug #1572706 reported by
Sripriya
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Low
|
Trinath Somanchi |
Bug Description
python-tackerclient uses the mox library in few places to mock and verify unit tests.
per gongysh comment in https:/
gongysh
Apr 19 11:04 PM
use mock instead of mox. there is a trend to do it.
mox needs to be replaced with mock lib. everywhere in python-tackerclient
description: | updated |
summary: |
- refactor mox references to using the mock library in pythontackerclient + refactor mox references to use the mock library in pythontackerclient |
Changed in tacker: | |
assignee: | nobody → Tin Lam (tl3438) |
Changed in tacker: | |
importance: | Undecided → Low |
Changed in tacker: | |
assignee: | Tin Lam (tl3438) → Trevor McCasland (twm2016) |
Changed in tacker: | |
status: | New → Triaged |
Changed in tacker: | |
assignee: | nobody → Ashish Kumar Singh (aksingh) |
Changed in tacker: | |
assignee: | Ashish Kumar Singh (aksingh) → Trinath Somanchi (trinath-somanchi-m) |
Changed in tacker: | |
milestone: | none → pike-1 |
milestone: | pike-1 → pike-2 |
Changed in tacker: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Hi Trevor,
Are you working on it?