Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
84581a0b
Commit
84581a0b
authored
Oct 08, 2015
by
MinchinWeb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8 E128
continuation line under-indented for visual indent
parent
b9b1038f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
17 deletions
+16
-17
test/TestFilter.py
test/TestFilter.py
+15
-15
test/TestRelativeDate.py
test/TestRelativeDate.py
+1
-2
No files found.
test/TestFilter.py
View file @
84581a0b
test/TestRelativeDate.py
View file @
84581a0b
...
...
@@ -103,8 +103,7 @@ class RelativeDateTester(TopydoTest):
self
.
assertEqual
(
result
,
self
.
today
)
def
test_today3
(
self
):
result
=
relative_date_to_date
(
'today'
,
\
date
.
today
()
+
timedelta
(
1
))
result
=
relative_date_to_date
(
'today'
,
date
.
today
()
+
timedelta
(
1
))
self
.
assertEqual
(
result
,
self
.
today
)
def
test_tomorrow1
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment