Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6edfe37

Browse files
committed
Merge pull request ua-parser#3 from commenthol/master
test_device_brandmodel.yaml merged into test_device.yaml
2 parents 90a18d6 + 11b196e commit 6edfe37

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ua_parser/user_agent_parser_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ def testStringsDevice(self):
5353
self.runDeviceTestsFromYAML(os.path.join(
5454
TEST_RESOURCES_DIR, 'tests/test_device.yaml'))
5555

56-
def testStringsDeviceBrandModel(self):
57-
self.runDeviceTestsFromYAML(os.path.join(
58-
TEST_RESOURCES_DIR, 'tests/test_device_brandmodel.yaml'))
59-
6056
def testMozillaStrings(self):
6157
self.runUserAgentTestsFromYAML(os.path.join(
6258
TEST_RESOURCES_DIR, 'test_resources/firefox_user_agent_strings.yaml'))

0 commit comments

Comments
 (0)