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:
2016-03-25 16:05:36 +01:00
parent adb4f5b39e
commit d7ee2121d9
5 changed files with 10 additions and 10 deletions

View File

@@ -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=''):