Clear filter
Question
Michael Davidovich · Aug 12, 2022
Does anyone have experience with CircleCI or really any automation tool using %UnitTest?
I have built my app and ran my unit test in a Docker container automated by CircleCI
Announcement
Anastasia Dyubaylo · Oct 12, 2021
Hi Community,
New video is already on InterSystems Developers YouTube:
⏯ Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager
See how
Article
Andreas Schneider · Apr 22
on the tool you're using. I tested a few different tools to compare how they handle this kind of inconsistency.
1) SquirrelSQL (SQuirreL SQL Client Home Page)When SquirrelSQL attempts
Article
Evgeny Shvarov · May 28, 2022
Hi Developers!
This is yet another short post that is intended to simplify developers' life. Now we'll talk about how to make GitHub run unit tests with every push
Question
Chris Marais · Nov 15, 2021
When running the command
do ##class(TestCoverage.Manager).RunTest(,"/nodelete",.userParams)
I now get the following error. these tests used to run fine.
LogStateStatus:0
Question
Leonardo Carvalho · Mar 27
I'm working with routes for a rest service with intersystems iris. I have a working /test path, but I want to create a regex that accepts any path passed after /test. example
Announcement
Henrique Dias · Feb 12, 2023
Attention all developers!
Get ready to revolutionize your testing process with iris-tripleSlash, the ultimate unit test solution.
Say goodbye to boring and repetitive unit
Question
Evgeny Shvarov · May 13, 2023
if I face that some test method fails I COPY(!) this method somewhere else as classmethod and run/debug it.
Is there a handy way to call the particular unittest method in terminal
Question
Dmitry Maslennikov · Feb 22, 2023
, "/SHELL", "echo", "test")
test
USER>do $zf(-100, "/SHELL", "echo", "test тест")
DO $ZF(-100, "/SHELL", "echo", "test тест")
^
<TRANSLATE>
I know that it works
Question
Ryan Pflughaupt · Sep 21, 2023
. This program displays back the location variations in the delimited string.
Example Data structure:
^[NSL]Global1(a)="Test"
^[NSL]Global1(a,b)="66738,71469"
^[NSL]Global1(a,b
Question
Olga Smolyar · Jan 6, 2020
to add another test suite and use that? Yes I mean if we write a new test suite, I'm just wondering how, when running the tests, we could get the result to contain a new property
Question
Zoltán Mencser · Mar 24, 2022
: <FUNCTION>zStart+45^%Monitor.System.LineByLine.1 <<==== **FAILED** TestCoverage.Manager:OnBeforeAllTests:::
These tests run fine in Studio.
Also the TestCoverage
Article
Daniel Aguilar · Jun 29, 2023
Hello Community!!
I just upload my lastest application "IRIS Api Tester" to the Open Exchange.
It's a docker project with InterSystems IRIS + Newman that will allow you to test
Article
Henrique Dias · Feb 5, 2023
know that to create something, we need to make sure it's working; we need not only create but test if it's working and if it doesn't break if we add something new.
And to be honest
Question
Dmitry Maslennikov · Mar 6, 2019
Let's imagine you have only SQL. You need some table where you should increment value in some property when you update this line.
We have the table
CREATE TABLE "test