Skip to content

Commit a3a9d76

Browse files
committed
update .gitignore to include test-results.xml and modify installation instructions in CONTRIBUTING.md to include test dependencies
1 parent aeab56a commit a3a9d76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist
99
__pycache__
1010
.mypy_cache
1111
config/
12+
test-results.xml

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
## Get Started
44

55
```bash
6-
pip install --editable .[build]
6+
pip install --editable .[build,test]
77
```

0 commit comments

Comments
 (0)