Skip to content

Commit 3f4251a

Browse files
committed
Add utf-8 encoding into header
1 parent f07a214 commit 3f4251a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
"""
23
The BaseCase class is the main gateway for using The SeleniumBase Framework.
34
It inherits Python's unittest.TestCase class, and runs with Pytest or Nose.

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
""" This is the pytest configuration file """
23

34
import optparse

0 commit comments

Comments
 (0)