Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abelardopardo committed Jun 22, 2019
1 parent 73793f7 commit 96911c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ def setUpClass(cls):
cls.device_pixel_ratio = cls.selenium.execute_script(
'return window.devicePixelRatio'
)
print('Device Pixel Ratio: {0}'.format(cls.device_pixel_ratio))
print('Viewport width: {0}'.format(cls.viewport_width))
print('viewport height: {0}'.format(cls.viewport_height))
# print('Device Pixel Ratio: {0}'.format(cls.device_pixel_ratio))
# print('Viewport width: {0}'.format(cls.viewport_width))
# print('viewport height: {0}'.format(cls.viewport_height))

cls.selenium.set_window_size(
cls.viewport_width * cls.device_pixel_ratio,
Expand Down Expand Up @@ -1864,6 +1864,8 @@ def pg_restore_table(filename):
:return:
"""
process = subprocess.Popen(['psql',
'-o',
'/dev/null',
'-d',
settings.DATABASES['default']['NAME'],
'-q',
Expand Down

0 comments on commit 96911c2

Please sign in to comment.