User tests: Successful: Unsuccessful:
Only way to check this is check the unit tests continue to function as expected.
Largely this is just making the checks more self-explanatory using the built in assertFalse etc commands rather than assert that.
It creates a new Installer instance instead of using getInstance.
I refactored the testGetInstance to first check the correct type was returned and then calling it again gives the same object
Finally I added two new tests to test basic functionality to parseLanguages
and parseFiles
Labels |
Added:
?
|
Title |
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-18 13:22:57 |
Milestone |
Added: |
Looks good.