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
Copy file name to clipboardExpand all lines: README.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,25 +105,6 @@ PICA utilizes [**PyVISA**](https://github.com/pyvisa/pyvisa) to abstract low-lev
105
105
### Testing and Simulation
106
106
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.
107
107
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:
0 commit comments