Search

Clear filter
Question
Roman Faustov · Sep 22, 2024

Property of list of lists

As list Of %String; } The steps to add data: set test=##class(Example.Test).
Article
Dmitry Maslennikov · Mar 20, 2019

Behind the scene of isc-tar project and story about Continuous Integration using GitHub Actions

Just having tests is not enough, it does not mean that you will run tests after all changes.
Question
Kevin Furze · Jan 9, 2020

pButtons does not generate the actual stats - 2017.2.1 on win64

in the mean time, a 5 minute test failed in the same way as did a 30 minute and the 24hour test. Nothing created the html files in all cases.
Question
John Murray · Mar 15, 2016

Managing source code across Caché and Ensemble version upgrades

and manual unit tests on that beta version of Caché.
Question
Oliver Wilms · Sep 19, 2024

Input Redirection

.1] TEXT: wff() do output($char(12)) quit ERROR: utility.redirectio.cls(Test+39) #1026: Invalid command : 'wnl()' : Offset:5 [zTest+33^utility.redirectio.1] TEXT: wnl(
Article
Joyce Zhang · Sep 21, 2017

Multi-server Development with Atelier and Git

branch to the test server's local Git workspace before running regularly scheduled tests.
Question
Anderson Negreli · Jan 2, 2023

Encoding error in Studio output - Embedded Python

I tested the same class on other IRIS installations and the error persisted.Does anyone know a way to fix this?Thanks in advance for your attention.
Question
Archunan K · Nov 14, 2016

Error while generating HTML report in zen pages

Forget to say, If I use url like 'http:\\mysystemname:57772\test...mode='html'....'the reports are working fine.
Announcement
Laurel James (GJS) · Sep 11, 2024

VS Code release August 2024 (version 1.93)

Django unit test support - Discover and run Django unit tests from the Test Explorer. IntelliSense on vscode.dev - Boost your JS & TS coding in vscode.dev with IntelliSense.
Announcement
Laurel James (GJS) · Oct 7, 2024

VS Code release September 2024 (version 1.94)

Test environment setup - Get help with setting up a test framework for your workspace.
Article
Lydia Huang · Mar 11, 2016

Run MDX queries in the DeepSee Shell

: 'test' Open [query name] – open and run the saved query using the query name >>open test SELECT {[Measures].
Question
David Baran · Mar 26, 2017

How to split an xml into 3 xml

><market><test2>2</test2></market> <?xml version="1.0" encoding="UTF-8"?><product><test>1</test></product>
Article
Dmitry Maslennikov · Mar 18, 2019

Behind the scene of isc-tar project

test: build ## Run UnitTests docker run --rm -i -v `pwd`/tests:/opt/tests -w /opt --entrypoint /tests_entrypoint.sh $(IMAGE) release: clean build ## Export as XML docker
Question
Jenny Ames · Sep 20, 2016

Best Practices for Custom Business Components?

That way you can test your business operation using the test utility and then when you go to test your business process, you know any new issues must be in the business process.