mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 18:05:51 -04:00
rename test group
This commit is contained in:
parent
cfd1207cdd
commit
635e8a7aa9
@ -222,7 +222,7 @@ testing {
|
|||||||
options {
|
options {
|
||||||
val options = this as TestNGOptions
|
val options = this as TestNGOptions
|
||||||
options.preserveOrder = true
|
options.preserveOrder = true
|
||||||
// options.excludeGroups("input", "font", "command", "registry", "biome", "version", "fluid", "world", "raycasting", "pixlyzer", "item", "physics", "packet", "container", "item_stack", "signature", "private_key", "interaction", "item_digging", "world_renderer", "rendering")
|
// options.excludeGroups("chunk", "input", "font", "command", "registry", "biome", "version", "fluid", "world", "raycasting", "pixlyzer", "item", "block", "physics", "light", "packet", "container", "item_stack", "signature", "private_key", "interaction", "item_digging", "world_renderer", "rendering")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ import de.bixilon.minosoft.protocol.packets.c2s.play.entity.interact.EntityAttac
|
|||||||
import de.bixilon.minosoft.protocol.packets.c2s.play.move.SwingArmC2SP
|
import de.bixilon.minosoft.protocol.packets.c2s.play.move.SwingArmC2SP
|
||||||
import org.testng.annotations.Test
|
import org.testng.annotations.Test
|
||||||
|
|
||||||
@Test(groups = ["integration"])
|
@Test(groups = ["interaction"])
|
||||||
class InteractionManagerTest {
|
class InteractionManagerTest {
|
||||||
|
|
||||||
fun attackNoTarget() {
|
fun attackNoTarget() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user