We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2372ad1 commit abd2f06Copy full SHA for abd2f06
Tests/LinuxMain.swift
@@ -1,8 +1,8 @@
1
import CommanderTests
2
3
-testArgumentParser()
4
-testArgumentConvertible()
5
-testArgumentDescription()
6
-testCommandType()
7
-testCommand()
8
-testGroup()
+describe("ArgumentParser", testArgumentParser)
+describe("ArgumentConvertible", testArgumentConvertible)
+describe("ArgumentDescription", testArgumentDescription)
+describe("CommandType", testCommandType)
+describe("Command", testCommand)
+describe("Group", testGroup)
0 commit comments