You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Before running each test command, the test framework inserts a test library stac
62
62
*`TestGetEngineRepositoryPath`: A function that returns the path to the main LiveCode engine repository.
63
63
*`TestGetIDERepositoryPath`: A function that returns the path to the LiveCode IDE repository.
64
64
*`TestLoadExtension pName`: Attempt to load the extension with name `pName`, eg `TestLoadExtension "json"` will load the JSON library extension.
65
-
65
+
*`TestLoadAllExtensions`: Attempt to load all available extensions.
66
66
Tests can have additional setup requirements before running, for example loading custom libraries. If the script test contains a handler called `TestSetup`, this will be run prior to running each test command. For example:
0 commit comments