#187 Fixing unittests so they pass
Merged by skrzepto. Opened by skrzepto.
skrzepto/fedora-hubs unittest-fix  into  develop

Download 187.patch

Currently the unittests are failing


Ran 8 tests in 3.482s

FAILED (failures=4)


The widget key in the data variable was causing errors when converting into json. I popped it off and made some minor string adjustments to pass the tests

Someone mentioned to use del instead of pop. I'm going to stick with pop since it doesn't complain if the key doesn't exist and continues on while del you need to check if the key exists first.

:thumbsup: for me

Btw, could you rebase before you merge?

rebased

Btw, could you rebase before you merge?

got it rebased :)

Go ahead to merge then :)

Pull-Request has been merged by skrzepto

Metadata