index
:
cardbase.git
master
Magic The Gathering card collection database and deck manager
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
eu
/
equalparts
/
cardbase
/
cli
/
CardbaseCLITest.java
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed a bug where the testbase got overwritten
Eduardo Pedroni
2015-11-10
1
-4
/
+2
|
*
Finished redoing the existing CLI tests, CardbaseCLITest now does not import ↵
Eduardo Pedroni
2015-11-10
1
-109
/
+83
|
|
|
|
ANY cardbase class besides the CLI itself - score
*
Started refactoring CLI tests AGAIN, properly this time by emulating user input
Eduardo Pedroni
2015-11-07
1
-190
/
+338
|
*
Refactored CLI tests to work with a more sensible design
Eduardo Pedroni
2015-11-06
1
-137
/
+265
|
*
Finished perusal tests, wrote happy path remove tests but still not passing
Eduardo Pedroni
2015-11-04
1
-3
/
+140
|
*
Added travis, perusal tests
Eduardo Pedroni
2015-08-29
1
-1
/
+67
|
*
Added a few more CLI tests, need to figure out why they don't work properly ↵
Eduardo Pedroni
2015-08-23
1
-10
/
+93
|
|
|
|
on windows
*
Refactored comparators, did a little bit of CLI testing but will need to ↵
Eduardo Pedroni
2015-07-30
1
-0
/
+41
|
|
|
|
look into mocking
*
Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵
Eduardo Pedroni
2015-07-24
1
-17
/
+243
|
|
|
|
testable
*
Reorganised the test folder a bit more, started working on CLI tests, a bit ↵
Eduardo Pedroni
2015-07-23
1
-14
/
+118
|
|
|
|
tricky, will require refactoring
*
Sorted out test packages, they're now named the same as the source packages ↵
Eduardo Pedroni
2015-07-23
1
-0
/
+58
to allow package access. Genius!