We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcfb89 commit 4c53289Copy full SHA for 4c53289
1 file changed
modules/DependencyControl/UnitTestSuite.moon
@@ -752,6 +752,9 @@ class UnitTestSuite
752
}
753
754
755
+ @UnitTest = UnitTest
756
+ @UnitTestClass = UnitTestClass
757
+
758
--- Creates a complete unit test suite for a module or automation script.
759
-- Using this constructor will create all test classes and tests automatically.
760
-- @tparam string namespace the namespace of the module or automation script to test.
0 commit comments