Skip to content

Commit 32bd8f8

Browse files
committed
Give base_case.py the intro it deserves
1 parent 6e96501 commit 32bd8f8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# -*- coding: utf-8 -*-
2-
"""
2+
r""" ------------> ------------> ------------> ------------>
3+
______ __ _ ____
4+
/ ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
5+
\__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \/ /_) / __ \/ ___/ _ \
6+
___/ / __/ / __/ / / / / /_/ / / / / / / /_) / (_/ /__ / __/
7+
/____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_/_____/\__,_/____/\___/
8+
9+
------------> ------------> ------------> ------------>
10+
311
The BaseCase class is the main gateway for using The SeleniumBase Framework.
412
It inherits Python's unittest.TestCase class, and runs with Pytest or Nose.
513
All tests using BaseCase automatically launch WebDriver browsers for tests.

0 commit comments

Comments
 (0)