Skip to content

Commit

Permalink
Merge #35 (f/mbpkg into f/unit-tests)
Browse files Browse the repository at this point in the history
* features/mbpkg:
  Move MonkeyTest to a barrel and use mbget
  • Loading branch information
gcaufield committed Sep 27, 2020
2 parents d24705b + bf6dff4 commit f013577
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 403 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ bin/
*.prg
*.prg.debug.xml
*-settings.json

# mbget files
barrels.jungle
barrels/
13 changes: 12 additions & 1 deletion .travis.yml
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
6 changes: 0 additions & 6 deletions barrels.jungle

This file was deleted.

Binary file removed barrels/MonkeyInject-v0.3.0-0-g14ba8ef.barrel
Binary file not shown.
1 change: 1 addition & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
</iq:languages>
<iq:barrels>
<iq:depends name="MonkeyInject" version="0.3.0"/>
<iq:depends name="MonkeyTest" version="0.0.2"/>
</iq:barrels>
</iq:application>
</iq:manifest>
2 changes: 2 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MonkeyInject=>gcaufield/MonkeyInject
MonkeyTest=>gcaufield/MonkeyTest
17 changes: 0 additions & 17 deletions test/MonkeyTest/Mocks/Exceptions/ExpectationException.mc

This file was deleted.

18 changes: 0 additions & 18 deletions test/MonkeyTest/Mocks/Exceptions/UnexpectedInvocationException.mc

This file was deleted.

87 changes: 0 additions & 87 deletions test/MonkeyTest/Mocks/Expectation.mc

This file was deleted.

14 changes: 0 additions & 14 deletions test/MonkeyTest/Mocks/Matcher.mc

This file was deleted.

103 changes: 0 additions & 103 deletions test/MonkeyTest/Mocks/Mock.mc

This file was deleted.

17 changes: 0 additions & 17 deletions test/MonkeyTest/Tests/Exceptions/TestException.mc

This file was deleted.

35 changes: 0 additions & 35 deletions test/MonkeyTest/Tests/Test.mc

This file was deleted.

Loading

0 comments on commit f013577

Please sign in to comment.