1
0
Fork 0
mirror of https://github.com/Reuh/classtoi.git synced 2025-10-27 20:29:31 +00:00

Rename classtoi to classtoi-heavy; replace with new classtoi

This commit is contained in:
Étienne Fildadut 2023-12-22 13:37:09 +01:00
parent 3bb90f9034
commit f43867739b
6 changed files with 432 additions and 224 deletions

View file

@ -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)