SeleniumBase/examples/test_null.py

7 lines
101 B
Python
Raw Normal View History

2020-02-18 15:11:20 +08:00
from seleniumbase import BaseCase
2021-03-11 06:27:52 +08:00
class NullTests(BaseCase):
2020-02-18 15:11:20 +08:00
def test_null(self):
pass