Search

Clear filter
Question
Gabriel Santos · Jan 9, 2023

How to know the size of a global

($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

iris-tripleslash - let's rock together

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

Generic route

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

How to compare the contents of two globals

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

Implemented ideas: Add a project that helps to generate unittests for an ObjectScript class

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

$ZF(-100) with Unicode throws

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

Delete file in LINUX

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

iris-tripleslash video announcement

Say goodbye to boring and repetitive unit testing and hello to effortless and efficient testing.
Question
Antoine.Dh · Jan 25, 2024

Exporting nullable booleans using %JSON.Adaptor

%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

IRIS Api Tester

test can be added for each item.
Question
Adam Raszkiewicz · Aug 18, 2023

GetEnviron() on CentOS

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

Something For Nothing or How to Make Github Run Your UnitTests

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

The Pandora Box that will help you find integration errors

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

IrisApiTester 2.0 new Features

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

Debugging Unittests in InterSystems IRIS

to run tests (e.g., to support running a subset of tests defined in unit test code).