Skip to content

Commit 96c6bcf

Browse files
moved the section bellow, avoides confusion
1 parent 072d9d1 commit 96c6bcf

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -105,25 +105,6 @@ PICA utilizes [**PyVISA**](https://github.com/pyvisa/pyvisa) to abstract low-lev
105105
### Testing and Simulation
106106
PICA includes a testing suite using `pytest` and `unittest.mock` to simulate VISA resources, allowing verification of backend logic streams and command sequences without constant access to physical instruments.
107107

108-
**Running Tests Locally**
109-
110-
To run the test suite locally, first install the development dependencies:
111-
```bash
112-
pip install -r requirements-dev.txt
113-
```
114-
Then, you can run the tests:
115-
```bash
116-
python -B -m pytest -p no:cacheprovider
117-
```
118-
119-
**How to Check Coverage Locally**
120-
121-
To see the coverage percentage on your local machine, run this command instead:
122-
123-
```powershell
124-
python -B -m pytest --cov=pica --cov-report=term-missing -p no:cacheprovider
125-
```
126-
127108
---
128109

129110
## Supported Hardware Modules
@@ -274,6 +255,26 @@ Upon launching PICA (`pica-gui`), select your desired measurement module from th
274255
275256
276257
258+
259+
**Running Tests Locally**
260+
261+
To run the test suite locally, first install the development dependencies:
262+
```bash
263+
pip install -r requirements-dev.txt
264+
```
265+
Then, you can run the tests:
266+
```bash
267+
python -B -m pytest -p no:cacheprovider
268+
```
269+
270+
**How to Check Coverage Locally**
271+
272+
To see the coverage percentage on your local machine, run this command instead:
273+
274+
```powershell
275+
python -B -m pytest --cov=pica --cov-report=term-missing -p no:cacheprovider
276+
```
277+
277278
### Experimental Linux Instructions
278279
279280

0 commit comments

Comments
 (0)