McTester icon indicating copy to clipboard operation
McTester copied to clipboard

An integration testing framework for Minecraft

Results 12 McTester issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 5.5.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

It's not always necessary to spawn a full client. McTester should allow specifying the platform that a test should be run on. There are two ways of handling a mix...

McTester ended up uncovering quite a few race conditions in Minecraft, which I've had to fix. At a minimum, these issues should be clearly documented, with an explanation of the...

This log has some weird client-thread NPE: https://paste.feed-the-beast.com/view/32261a03 Build: https://travis-ci.org/SpongePowered/McTester/jobs/449533156

Currently, McTester crashes if a plugin adds SpongeVanilla to the classpath (e.g. via a Gradle dependency). We should either support having a dependency on SpongeVanilla, or print a nice error...

This is currently blocked on the following Mixin issues (and possibly other as-of-yet-undiscovered ones): * https://github.com/SpongePowered/Mixin/issues/276 * https://github.com/SpongePowered/Mixin/issues/277

I really like being able to write tests in Kotlin using coroutines. However, supporting both normal and coroutine tests imposes a non-trivial maintenance burden: Specifically, any blocking method - which...

Support for running McTester out of SpongeForge is mostly there - in fact, this repository tests itself via [ExceptionTest](https://github.com/Aaron1011/McTester/blob/master/src/test/java/org/spongepowered/mctester/ExceptionTest.java). A few changes need to be made before it's fully complete:...