Skip to content

Commit cb75825

Browse files
authored
Unit tests
1 parent 9b9de24 commit cb75825

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ Along with callout code and Interoperability adapter there's also a test Interop
4747
8. Send empty `Ens.Request` mesage to the `isc.py.test.Process`.
4848

4949

50+
# Unit tests
51+
52+
To run tests execute:
53+
54+
```
55+
set repo = ##class(%SourceControl.Git.Utils).TempFolder()
56+
set ^UnitTestRoot = ##class(%File).SubDirectoryName(##class(%File).SubDirectoryName(##class(%File).SubDirectoryName(repo,"isc"),"py"),"unit",1)
57+
set sc = ##class(%UnitTest.Manager).RunTest(,"/nodelete")
58+
```
59+
5060

5161
# Development
5262

0 commit comments

Comments
 (0)