Skip to content
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

More gametests #1682

Open
SquidDev opened this issue Jan 14, 2024 · 1 comment
Open

More gametests #1682

SquidDev opened this issue Jan 14, 2024 · 1 comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. enhancement An extension of a feature or a new feature.

Comments

@SquidDev
Copy link
Member

SquidDev commented Jan 14, 2024

Creating omnibus issues is always a bit of a risk (see #91 which never got finished) but, in the vein of #1677, I think it's useful to have a place to jot down things which it would be nice to game test, but I haven't got round to yet.

  • Printers:
    • Block states are set correctly: probably want something like disk drives, so testing both manual inventory manipulation, and then main printer peripheral flow.
    • Correct pages are generated.
    • newPage and endPage handle overflows correctly.
  • Turtles:
    • Sided inventory interactions - check whether we can suck/insert on specific sides of a furnace.
    • Equipping turtle tools.
@SquidDev SquidDev added enhancement An extension of a feature or a new feature. area-Minecraft This affects CC's Minecraft-specific content. labels Jan 14, 2024
@SquidDev
Copy link
Member Author

Might also be nice to have some tests for ServerComputer lifecycle, so we can catch things like #1760. It's irritating - ideally these would be unit tests, but that code is quite tied to having a MinecraftServer present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. enhancement An extension of a feature or a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant