Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_renderer.py

Issue 29341320: Noissue - Added flake8-abp and pep8-naming extension and fix reported warnings (Closed)
Patch Set: Revert changes of patch set 2 Created May 27, 2016, 12:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/test_render_script.py ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_renderer.py
===================================================================
--- a/tests/test_renderer.py
+++ b/tests/test_renderer.py
@@ -35,7 +35,7 @@
@pytest.fixture()
def head(gmtime):
"""Typical start of the rendered list."""
- version = time.strftime("%Y%m%d%H%M", gmtime())
+ version = time.strftime('%Y%m%d%H%M', gmtime())
return '[Adblock]\n! Version: {}\n'.format(version)
« no previous file with comments | « tests/test_render_script.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld