Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
88eb1865
Commit
88eb1865
authored
May 05, 2021
by
Samuel GAIST
Browse files
[test][databaseeditor] Fixed pytest warnings
parent
c8eb3ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/test/test_databaseeditor.py
View file @
88eb1865
...
...
@@ -42,12 +42,12 @@ from ..widgets.databaseeditor import ViewEditor
from
..widgets.databaseeditor
import
ViewsEditor
@
pytest
.
yield_
fixture
(
params
=
[
i
for
i
in
range
(
1
,
3
)])
@
pytest
.
fixture
(
params
=
[
i
for
i
in
range
(
1
,
3
)])
def
test_database
(
request
):
yield
"simple/{}"
.
format
(
request
.
param
)
@
pytest
.
yield_
fixture
(
@
pytest
.
fixture
(
params
=
[
{},
{
"test_string"
:
"test string"
,
"test_number"
:
12.0
,
"test_boolean"
:
True
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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