Skip to content

Commit 2a46f6f

Browse files
committed
Change a test class name to allow discovery w/o pytest.ini
1 parent ae62f36 commit 2a46f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/upgrade_chromedriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88

99

10-
class UpgradeChromedriverTests():
10+
class TestUpgradeChromedriver():
1111
def basic_run(self, testdir):
1212
testdir.makepyfile(
1313
"""

0 commit comments

Comments
 (0)