Add the minimum test example

This commit is contained in:
Michael Mintz 2020-02-18 02:11:20 -05:00
parent 53f4240aac
commit 17ed25d171
1 changed files with 7 additions and 0 deletions

7
examples/test_null.py Executable file
View File

@ -0,0 +1,7 @@
from seleniumbase import BaseCase
class MyTestClass(BaseCase):
def test_null(self):
pass