Skip to content

Commit a45574b

Browse files
committed
Ignore pytest artifacts
1 parent 2cec28f commit a45574b

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ venv
1515
.python-version
1616

1717
# pytest report
18-
test-report.html
18+
test-report.html
19+
assets/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From the root directory of your shell run following commands:
2121
~ ./run-tests.sh unittest
2222
```
2323

24-
**Launch all set of tests**
24+
**Launch whole set of tests**
2525
```bash
2626
~ ./run-tests.sh all
2727
```

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ addopts = -rsxX
99
-v
1010
--self-contained-html
1111
--html=test-report.html
12+
--cov=demo

tests/coverage/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
unittest: MarkDecorator = pytest.mark.unittest
55
smoke: MarkDecorator = pytest.mark.smoke
6-
skip: MarkDecorator = pytest.mark.skip
6+

0 commit comments

Comments
 (0)