Renamed some test_xxx files to common_test_xxx.py
Those files contain stuff for tests, but don't contain tests themselves.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import base64
|
||||
import httpretty
|
||||
|
||||
from common_test_stuff import AbstractPillarTest, TEST_EMAIL_USER, TEST_EMAIL_ADDRESS
|
||||
from common_test_class import AbstractPillarTest, TEST_EMAIL_USER, TEST_EMAIL_ADDRESS
|
||||
|
||||
|
||||
def make_header(username, password=''):
|
||||
|
Reference in New Issue
Block a user