Skip to content

Commit 6c253b6

Browse files
committed
chore: removed the pytest omit
1 parent 7b70a50 commit 6c253b6

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ assignees: ""
77

88
---
99

10-
**Description**
10+
## Description
1111

1212
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
1313

14-
**Fixes** (issue)
14+
## Fixes (issue)
1515

16-
**How Has This Been Tested?**
16+
## How Has This Been Tested?
1717

1818
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. -->
1919

2020
- [ ] Test A
2121
- [ ] Test B
2222

23-
**Checklist:**
23+
## Checklist
2424

2525
- [ ] My code follows the style guidelines of this project
2626
- [ ] I have performed a self-review of my own code

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ classifiers = [
3131
[project.urls]
3232
Homepage = "https://github.com/PyDataBlog/simstring_rs"
3333
Repository = "https://github.com/PyDataBlog/simstring_rs"
34-
35-
[tool.coverage.run]
36-
omit = [
37-
"tests/**",
38-
]

tests/python/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from simstring_rust.extractors import CustomExtractor
55
from simstring_rust.database import HashDb
66

7-
def run_crashing_extractor():
7+
def run_crashing_extractor(): # pragma: no cover
88
class CrashingExtractor:
99
def apply(self, text):
1010
raise ValueError("Crash!")

0 commit comments

Comments
 (0)