Skip to content

Instantly share code, notes, and snippets.

@Kampfkarren
Forked from nezuo/testez-selene.md
Last active June 5, 2022 02:26
Show Gist options
  • Save Kampfkarren/f2dddc2ebfa4e0662e44b8702e519c2d to your computer and use it in GitHub Desktop.
Save Kampfkarren/f2dddc2ebfa4e0662e44b8702e519c2d to your computer and use it in GitHub Desktop.
TestEZ standard library for selene

Instructions

  1. Copy the file below into one called testez.yml
  2. In selene.toml, replace std = "roblox" with std = "roblox+testez"
---
globals:
FIXME:
args:
- required: false
type: string
FOCUS:
args: []
SKIP:
args: []
afterAll:
args:
- type: function
afterEach:
args:
- type: function
beforeAll:
args:
- type: function
beforeEach:
args:
- type: function
describe:
args:
- type: string
- type: function
describeFOCUS:
args:
- type: string
- type: function
describeSKIP:
args:
- type: string
- type: function
expect:
args:
- type: any
it:
args:
- type: string
- type: function
itFIXME:
args:
- type: string
- type: function
itFOCUS:
args:
- type: string
- type: function
itSKIP:
args:
- type: string
- type: function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment