https://github.com/Olyno/skester
Skript addon to create unit tests for your scripts!
https://github.com/Olyno/skester
Last synced: 4 months ago
JSON representation
Skript addon to create unit tests for your scripts!
- Host: GitHub
- URL: https://github.com/Olyno/skester
- Owner: Olyno
- Created: 2020-03-03T16:00:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:01:45.000Z (over 2 years ago)
- Last Synced: 2025-02-09T23:17:55.156Z (5 months ago)
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-skript - Skester - If you ever wanted to deploy "production-ready" Skript code, well, boy do you need this. (Addons / Advanced)
- awesome-skript - Skester - If you ever wanted to deploy "production-ready" Skript code, well, boy do you need this. (Addons / Advanced)
README
# Skester
Skester is a [Skript](https://github.com/SkriptLang/Skript) addon to create your own tests for your scripts.
## Documentations
[](http://skripthub.net/docs/?addon=Skester)
## Usage
**Write tests:**
```vb
command test []:
trigger:
it "checks the sender":
assert if sender is player with message "The sender should be a player"
it "checks permissions":
assert if player is op with message "The player should be OP!"
it "checks argument":
assert not null arg-1 with message "First argument should not be null"
assert equals arg-1 to "this" with message "First argument should be ""this"""
```**And get results:**

## Issues & Suggestions
If you have any issue or suggestion about Skester, please create [an issue](https://github.com/Olyno/skester/issues/new)