Add the minimum test example
This commit is contained in:
parent
53f4240aac
commit
17ed25d171
|
@ -0,0 +1,7 @@
|
|||
from seleniumbase import BaseCase
|
||||
|
||||
|
||||
class MyTestClass(BaseCase):
|
||||
|
||||
def test_null(self):
|
||||
pass
|
Loading…
Reference in New Issue