Skip to content

Commit 3d434d3

Browse files
committed
Merge branch 'pdf' into docs
2 parents daebf78 + eca4608 commit 3d434d3

25 files changed

+30930
-2419
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Development playground for the new EasyDiffraction API.
4545

4646
## Testing
4747

48+
- Unit tests:
49+
```bash
50+
PYTHONPATH=$(pwd)/src python -m pytest tests/unit_tests/ --color=yes -n auto
51+
```
4852
- Functional tests:
4953
```bash
5054
PYTHONPATH=$(pwd)/src python -m pytest tests/functional_tests/ --color=yes -n auto

0 commit comments

Comments
 (0)