UPD: moved test-screenshots into tmp.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,5 +8,4 @@ django_dav_events.egg-info/
|
|||||||
|
|
||||||
backup/
|
backup/
|
||||||
env/
|
env/
|
||||||
test-screenshots/
|
|
||||||
tmp/
|
tmp/
|
||||||
|
|||||||
@@ -256,8 +256,7 @@ class ScreenshotTestCase(SeleniumTestCase):
|
|||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(ScreenshotTestCase, self).__init__(*args, **kwargs)
|
super(ScreenshotTestCase, self).__init__(*args, **kwargs)
|
||||||
# screenshot_base_dir = os.path.join('/', 'tmp', 'test-screenshots')
|
screenshot_base_dir = os.path.join('tmp', 'test-screenshots')
|
||||||
screenshot_base_dir = 'test-screenshots'
|
|
||||||
self.screenshot_path = screenshot_base_dir
|
self.screenshot_path = screenshot_base_dir
|
||||||
self.screenshot_sequences = {}
|
self.screenshot_sequences = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user