We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626b0e9 commit 51356e4Copy full SHA for 51356e4
2 files changed
.gitignore
@@ -9,3 +9,6 @@ tmp/
9
regexes.yaml
10
_regexes.py
11
doc/_build
12
+uv.lock
13
+ua-parser-rs/Cargo.lock
14
+ua-parser-rs/target
tests/test_core.py
@@ -80,6 +80,8 @@
80
CORE_DIR / "tests" / "test_ua.yaml",
81
CORE_DIR / "test_resources" / "firefox_user_agent_strings.yaml",
82
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",
85
],
86
ids=attrgetter("stem"),
87
)
0 commit comments