aboutsummaryrefslogtreecommitdiffstats
path: root/test/eu/equalparts/cardbase
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug where the testbase got overwrittenEduardo Pedroni2015-11-101-4/+2
|
* Finished redoing the existing CLI tests, CardbaseCLITest now does not import ↵Eduardo Pedroni2015-11-101-109/+83
| | | | ANY cardbase class besides the CLI itself - score
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-074-191/+347
|
* Refactored CLI tests to work with a more sensible designEduardo Pedroni2015-11-061-137/+265
|
* Finished perusal tests, wrote happy path remove tests but still not passingEduardo Pedroni2015-11-042-3/+147
|
* Added travis, perusal testsEduardo Pedroni2015-08-293-1/+130
|
* Added a few more CLI tests, need to figure out why they don't work properly ↵Eduardo Pedroni2015-08-234-10/+274
| | | | on windows
* Refactored comparators, did a little bit of CLI testing but will need to ↵Eduardo Pedroni2015-07-301-0/+41
| | | | look into mocking
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵Eduardo Pedroni2015-07-245-89/+282
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-2310-54/+176
| | | | tricky, will require refactoring
* Sorted out test packages, they're now named the same as the source packages ↵Eduardo Pedroni2015-07-2312-0/+973
to allow package access. Genius!