We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f10ef commit 8304ceaCopy full SHA for 8304cea
examples/subject_test.lua
@@ -1,6 +1,8 @@
1
-- (c) 2024 Jacek Olszak
2
-- This code is licensed under MIT license (see LICENSE for details)
3
4
+-- Drag and drop this file into Unitron window to start the test.
5
+
6
include "subject.lua" -- include the "production" code which will be tested here
7
8
-- test function starts a test with given name. Code of the test is provided
0 commit comments