Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
374a3535
Commit
374a3535
authored
May 25, 2019
by
Paul McCarthy
🚵
Browse files
TEST: Update timed test
parent
530a0878
Changes
1
Hide whitespace changes
Inline
Side-by-side
funpack/tests/test_util.py
View file @
374a3535
...
...
@@ -87,15 +87,9 @@ def test_generateColumnName():
def
test_timed
():
with
util
.
timed
(
'abc'
):
pass
with
util
.
timed
(
'abc'
,
minutes
=
False
):
pass
with
util
.
timed
(
'abc'
,
fmt
=
'abc %s %s'
,
minutes
=
False
):
pass
with
util
.
timed
(
'abc'
,
fmt
=
'abc %s %s %s'
):
pass
with
util
.
timed
(
'abc'
,
fmt
=
'abc %s %s'
,
minutes
=
False
):
with
util
.
timed
(
'abc'
):
pass
with
util
.
timed
(
fmt
=
'abc %s
%s
%s'
):
with
util
.
timed
(
'abc'
,
fmt
=
'abc %s %s'
):
pass
with
util
.
timed
(
fmt
=
'abc %s %s'
,
minutes
=
False
):
with
util
.
timed
(
fmt
=
'abc %s %s'
):
pass
Write
Preview
Supports
Markdown
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