We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4240 commit 17ed25dCopy full SHA for 17ed25d
examples/test_null.py
@@ -0,0 +1,7 @@
1
+from seleniumbase import BaseCase
2
+
3
4
+class MyTestClass(BaseCase):
5
6
+ def test_null(self):
7
+ pass
0 commit comments