You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the unit tests, you must follow the steps below:
6
+
7
+
1. Create a virtual environment.
8
+
9
+
```bash
10
+
python -m venv .venv
11
+
source .venv/bin/activate
12
+
```
13
+
14
+
2. Install the dependencies.
15
+
16
+
```bash
17
+
pip install -r requirements-dev.txt
18
+
```
19
+
20
+
3. Have a running IRIS instance.
21
+
22
+
Here you can choose between:
23
+
24
+
- Local installation of IRIS
25
+
- Docker installation of IRIS
26
+
27
+
### Local installation of IRIS
28
+
29
+
1. Install IRIS locally.
30
+
31
+
-[Local installation of IRIS](https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=PAGE_deployment_install)
32
+
-[Python interpreter compatible with the version of IRIS](https://docs.intersystems.com/iris20243/csp/docbook/Doc.View.cls?KEY=GEPYTHON_prereqs#GEPYTHON_prereqs_version)
- Make sure to follow the [instructions to install the wrapper in your IRIS instance.](https://github.com/grongierisc/iris-embedded-python-wrapper?tab=readme-ov-file#pre-requisites)
35
+
36
+
37
+
2. Then, symbolically this git to the IRIS pyhton directory:
0 commit comments