xp-framework / unittest

Unittests for the XP Framework
0 stars 0 forks source link

Refactor test runner #24

Closed thekid closed 7 years ago

thekid commented 7 years ago

This pull request fixes #23, including a refactoring which introduces a new base exception class, unittest.TestAborted. AssertionFailedError, PrerequisitesNotMetError and IgnoredBecause all extend this class and make handling them inside TestSuite::runInternal() far easier, removing duplicated code.

thekid commented 7 years ago

Cancelled all builds to save Travis CI some computing time, that's why they've failed.