Skip to content

Commit 51356e4

Browse files
committed
add missing test cases
1 parent 626b0e9 commit 51356e4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ tmp/
99
regexes.yaml
1010
_regexes.py
1111
doc/_build
12+
uv.lock
13+
ua-parser-rs/Cargo.lock
14+
ua-parser-rs/target

tests/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
CORE_DIR / "tests" / "test_ua.yaml",
8181
CORE_DIR / "test_resources" / "firefox_user_agent_strings.yaml",
8282
CORE_DIR / "test_resources" / "pgts_browser_list.yaml",
83+
CORE_DIR / "test_resources" / "opera_mini_user_agent_strings.yaml",
84+
CORE_DIR / "test_resources" / "podcasting_user_agent_strings.yaml",
8385
],
8486
ids=attrgetter("stem"),
8587
)

0 commit comments

Comments
 (0)