-
-
Notifications
You must be signed in to change notification settings - Fork 90
Add game and junit tests to AP #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
SirEndii
wants to merge
81
commits into
dev/0.8
Choose a base branch
from
feat/tests
base: dev/0.8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 20 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
ab2dd39
Start writing some new tests, this not even near finished. The plan i…
SirEndii 23631d0
Merge branch '1.19.2' into dev/tests
SirEndii 62b9169
Merge branch '1.19.2' into dev/tests
SirEndii 2cdb99a
Merge branch '1.19.2' into dev/tests
SirEndii 0cbde8a
Merge branch '1.19.2' into dev/tests
SirEndii 09748a3
Merge branch '1.19.2' into dev/tests
SirEndii 426f8f9
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii 866474f
Add some testing game tests, next step is trying to run tests on comp…
SirEndii cfc667e
Remove unused imports
SirEndii 1e3ef5a
Add the CC testing framework utilities
SirEndii e96743d
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii 0807a8a
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii d0fc2ac
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii 8f63805
Implemented(Copied) the needed classes for the computer game tests fr…
SirEndii 8fb24a8
Added needed junit and hamcrest libraries to the minecraft classpath …
SirEndii 09e4e81
Added jqwik database to gitignore
SirEndii 097a824
Fixed game tests for `runGameTestClient`
SirEndii c258ba4
Rename var old -> oldClasspath, oldVal -> minecraftClasspath
SirEndii 231b175
Remove some not needed stuff in the build.gradle
SirEndii d4c127d
Created a test using kotlin for the environmental detector. This was …
SirEndii cd16a2d
Remove CC tests and complete the environment detector test
SirEndii f57b317
Add game test action
SirEndii 3c6c9f1
Satisfy checkstyle
SirEndii 53bf4b2
Fixed if statement
SirEndii 8324d84
Added a prototype test for the ME Bridge. Used to know how the ME Sys…
SirEndii 4da1afd
Added documentation on how to create tests.
SirEndii 8099d49
Some styling changes to the lua scripts
SirEndii 30c10ac
Polished andesite
SirEndii 05d7ee5
eq -> assert and space fixing in the docs
SirEndii afcecd5
Finished the me crafting test and started implementing a test for me …
SirEndii fcfd9ce
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii 578ccd8
Finished the me storage test
SirEndii 233a194
Added me transfer tests to test the integrity of our item export and …
SirEndii feb2c9a
Add game tests for Block Reader peripheral
dogboy21 0e42330
Fix inconsistency in the code style for assert/eq on isTileEntity
dogboy21 7f9af5c
tablelength -> tableLength
dogboy21 2c4c172
Merge pull request #610 from dogboy21/blockreader-tests
SirEndii 5263ede
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
SirEndii 1a692db
Merge remote-tracking branch 'refs/remotes/origin/dev/1.19.2' into fe…
SirEndii e1a84cd
increase sleep for the `isItemCrafting` function in the mecrafting pe…
SirEndii 2aedb2a
Implement tests for NBT Storage peripheral
dogboy21 2f09327
Implement tests for Redstone Integrator peripheral
dogboy21 3f28371
Implement tests for Geo Scanner peripheral
dogboy21 967fbe2
Add missing comment in Geo Scanner test
dogboy21 a3a834d
Add test for Mana Flowers in the Botania Mod Integration
dogboy21 f8d7c75
Add todo comment for missing getScanCooldown function on Geo Scanner
dogboy21 0b31b09
Uncomment tests for currently unavailable Botania methods
dogboy21 77df4d0
Add test for Mana Pools in the Botania Mod Integration
dogboy21 970fc5f
Add test for Mana Spreaders in the Botania Mod Integration
dogboy21 1e96a64
Add test for Beacons in the Minecraft Mod (lol) Integration
dogboy21 043daa7
Add test for Note Blocks in the Minecraft Mod Integration
dogboy21 f8e6df9
Fix style for object key accessors
dogboy21 1954f8e
Fix RS Integrator test flakiness
dogboy21 62ee0aa
Readd test for isOnEnchantedSoil on Botania Flowers now that the meth…
dogboy21 7421144
Merge pull request #612 from dogboy21/peripheral-tests
SirEndii 0a0e10d
Revert "Implement game tests for more peripherals"
SirEndii cda5a84
Merge pull request #615 from IntelligenceModding/revert-612-periphera…
SirEndii dca02be
Revert "Revert "Implement game tests for more peripherals""
SirEndii 7a0dd63
Merge pull request #616 from IntelligenceModding/revert-615-revert-61…
SirEndii 9cf6e2a
Some documentation additions
SirEndii 20bc455
Fixed the orientation of RS Blocks when they are loaded from a struct…
SirEndii 4b49523
Begone
SirEndii 8272ba2
Backported changes from the CC: Tweaked Gametest framework present in…
dogboy21 bc4d3e4
Add gradle task to start automated client tests
dogboy21 6227fd6
Add docs on client tests
dogboy21 321ab7e
Merge pull request #622 from dogboy21/cctest-backport
SirEndii 2a805bd
Added client test for the Chat Box peripheral
dogboy21 fe24952
Fix NPE on client test start with existing world
dogboy21 e5b46ad
Add Chat Box event test
dogboy21 4904f85
Fix runGameTestClient task also running common tests
dogboy21 83c7977
Clean and fix runGameTestClient task
dogboy21 1acbce7
Merge pull request #628 from dogboy21/clienttests
SirEndii 7bf7b79
Energy Detector tests
SirEndii 32b2eaf
Merge branch 'dev/0.8' into feat/tests
SirEndii 21c4f6f
snake case peripheral types, some ae2 test fixes
SirEndii 42306b6
Merge branch 'dev/0.8' into feat/tests
SirEndii 2b9d612
Adapted some me bridge tests to the new me bridge peripheral
SirEndii 099279e
Using powah for the energy detector test to prevent a crashing NPE wi…
SirEndii 770a76a
increase the timeoutticks for the energy detector test
SirEndii 13d3b8a
Test our `isFluidCrafting` and `getFluid` function
SirEndii dc2e8ea
Mekanism Environment detector radiation test
SirEndii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.