-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #35 (f/mbpkg into f/unit-tests)
* features/mbpkg: Move MonkeyTest to a barrel and use mbget
- Loading branch information
Showing
16 changed files
with
21 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ bin/ | |
*.prg | ||
*.prg.debug.xml | ||
*-settings.json | ||
|
||
# mbget files | ||
barrels.jungle | ||
barrels/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
sudo: required | ||
language: java | ||
|
||
jdk: openjdk11 | ||
|
||
before_install: | ||
- sudo apt-get -y install python3-pip python-dev | ||
- sudo pip3 install -U setuptools | ||
- sudo pip3 install -U wheel | ||
- python3 -V | ||
- pip3 -V | ||
install: | ||
- pip3 install gdown | ||
- pip3 install mbpkg | ||
|
||
script: | ||
- ./travis.sh | ||
- ./travis.sh |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MonkeyInject=>gcaufield/MonkeyInject | ||
MonkeyTest=>gcaufield/MonkeyTest |
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
test/MonkeyTest/Mocks/Exceptions/UnexpectedInvocationException.mc
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.