Clear filter
Question
Gabriel Santos · Jan 9, 2023
($INCREMENT(^test)) = "aa"
Set ^test($INCREMENT(^test)) = "aa"
Set ^test($INCREMENT(^test)) = "aa"
Set ^test($INCREMENT(^test)) = "aa"
ZWrite ^test
^test=4
^test(1)="aa"
^test(2
Article
Henrique Dias · Feb 5, 2023
However, I acknowledge that testing them can be a challenge. Tools like this can make testing much more manageable, especially when we need to run regression tests.
Question
Leonardo Carvalho · Mar 27
I have a working /test path, but I want to create a regex that accepts any path passed after /test. example /test/sdjklsbdk or /test/sdfkjgbskdbf/skjbksdb/ksdjbdks
I used <Route
Article
Megumi Kakechi · Oct 2
Right margin: 80 =>
Compare global ^test in SAMPLES
with global ^test in USER
^test(50,5,1) exists in ^|"SAMPLES"|test but not in ^|"USER"|test // Detects differing globals
Article
Vadim Aniskin · Dec 18, 2024
The iris-tripleslash application revolutionizes this by automatically generating unit test classes with test methods for all the class methods of the original class.
Question
Dmitry Maslennikov · Feb 22, 2023
USER>do $zf(-100, "/SHELL", "echo", "test")
test
USER>do $zf(-100, "/SHELL", "echo", "test тест")
DO $ZF(-100, "/SHELL", "echo", "test тест")
^
<TRANSLATE>
I know
Question
Token Ibragimov · Jan 11, 2024
Trying to delete txt file in folder: /tmp/test
set sc = ##class(%File).Delete("/tmp/test/test1.txt", .ret)
ret=-13
How I can delete file in Lunix system?
Announcement
Henrique Dias · Feb 12, 2023
Say goodbye to boring and repetitive unit testing and hello to effortless and efficient testing.
Question
Antoine.Dh · Jan 25, 2024
%New()
do test.%JSONExport()
{}
Another test:
set test=##class(Community.TestJSON).%New()
set test.bool=1
do test.%JSONExport()
{"bool":true}
I'm using IRIS 2023.3, same as yours.
Article
Daniel Aguilar · Jun 29, 2023
test can be added for each item.
Question
Adam Raszkiewicz · Aug 18, 2023
echo $TEST
also, try
NSPACE>!whoami Tried to reproduce on RHEL9, but I got the test value, same as @Jeffrey.Drumm.
Are you actually not getting the TEST env var?
Article
Evgeny Shvarov · May 28, 2022
There is an additional line that transfers TESTS=1 variable to Dockerfile:
build-args: TESTS=1
This argument is evaluated in the Dockerfile and in case TESTS=1 it runs tests
Announcement
Sylvain Guilbaud · Sep 12, 2023
Let me introduce you to Pandora – a FHIR server testing software designed by Fyrstain, offering cutting-edge solutions for healthcare interoperability testing.
Article
Daniel Aguilar · Sep 19, 2023
Unit Testing / Integration Test: Added an example of how to use IrisApiTester for unit testing and integrations tests
CI/CD: Added new endpoint to use in for example Github workflows
Question
Evgeny Shvarov · May 13, 2023
to run tests (e.g., to support running a subset of tests defined in unit test code).