Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 466a582

Browse files
author
Phil Varner
authored
rename test files to be test_* instead of *_test to align with pytest conventions (#117)
* rename test files to be test_* instead of *_test to align with pytest conventions * remove fdui link from pr template
1 parent b33ba82 commit 466a582

File tree

8 files changed

+3
-4
lines changed

8 files changed

+3
-4
lines changed

.github/pull_request_template.md

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

1010
**PR Checklist:**
1111

12-
- [ ] I have added my changes to the [CHANGELOG](https://github.com/Element84/filmdrop-ui/blob/main/CHANGELOG.md) **or** a CHANGELOG entry is not required.
12+
- [ ] I have added my changes to the CHANGELOG **or** a CHANGELOG entry is not required.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ show_missing = true
5959
skip_empty = true
6060
sort = "Cover"
6161
omit = [
62-
"**/*_test.py",
63-
"**/conftest.py",
62+
"tests/**/*.py",
6463
"stapi_fastapi/__dev__.py",
6564
]
6665

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from stapi_fastapi.models.opportunity import Opportunity, OpportunityCollection
88

99
from .backends import MockProductBackend
10-
from .datetime_interval_test import rfc3339_strftime
10+
from .test_datetime_interval import rfc3339_strftime
1111

1212

1313
@pytest.mark.parametrize("product_id", ["test-spotlight"])
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)