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

SkTest #6

Open
wants to merge 5 commits into
base: dev/dev
Choose a base branch
from
Open

SkTest #6

wants to merge 5 commits into from

Conversation

GliczDev
Copy link
Member

SkTest

Automated tests for Skript scripts

command /hello:
    trigger:
        send "Hi %executor%!"

test "run /hello command":
    set {_player} to new player mock
    make {_player} execute command "hello"

To-Do

  • Add basic test event
  • Add creating Player mock
  • Add creating World mock
  • Allow triggering events in tests
  • Write test results to a file
  • (?) Consider redirecting all messages sent to any command sender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant