Skip to content

Commit 081a801

Browse files
authored
Features/fix joss (#172)
2 parents 448660e + 2910f70 commit 081a801

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

TESTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Testing
2+
3+
``ARTIST`` uses ``pytest`` for running the test suite.
4+
5+
To run the tests make sure you have the project and all dependencies installed.
6+
Refer to the [Installation](https://github.com/ARTIST-Association/ARTIST/blob/main/README.md#installation) instructions on how to install artist and make sure to choose the option of installing an editable version with developer dependencies:
7+
```bash
8+
pip install -e ."[dev]"
9+
```
10+
11+
All of our pytests lie in the ``tests/`` directory.
12+
13+
To run all tests execute:
14+
```bash
15+
pytest tests/
16+
```
17+
18+
To run the tests with Coverage:
19+
```bash
20+
pytest --cov=artist tests/
21+
```

joss_paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ @article{Carballo:2025
8080
pages = {124574},
8181
year = {2025},
8282
issn = {0306-2619},
83-
doi = {https://doi.org/10.1016/j.apenergy.2024.124574},
83+
doi = {10.1016/j.apenergy.2024.124574},
8484
url = {https://www.sciencedirect.com/science/article/pii/S0306261924019573},
8585
author = {J.A. Carballo and J. Bonilla and N.C. Cruz and J. Fernández-Reche and J.D. Álvarez and A. Avila-Marin and M. Berenguel},
8686
}

0 commit comments

Comments
 (0)