mirror of
https://github.com/Reuh/classtoi.git
synced 2025-10-27 12:19:31 +00:00
Rename classtoi to classtoi-heavy; replace with new classtoi
This commit is contained in:
parent
3bb90f9034
commit
f43867739b
6 changed files with 432 additions and 224 deletions
|
|
@ -1,8 +1,10 @@
|
|||
-- note: this will test again the classtoi-heavy featureset only
|
||||
|
||||
local T = require("knife-test")
|
||||
|
||||
-- luacheck: ignore T
|
||||
T("Given the base class", function(T)
|
||||
local class = dofile(arg[1] or "../classtoi.lua")
|
||||
local class = dofile(arg[1] or "../classtoi-heavy.lua")
|
||||
|
||||
-- Inheritance
|
||||
T("When subclassed with an attribute", function(T)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue