Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.core
Commits
459b3393
Commit
459b3393
authored
Apr 12, 2019
by
Samuel GAIST
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test][schema] Refactored test and added protocoltemplate
parent
f58d6f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
28 deletions
+11
-28
beat/core/test/test_schema.py
beat/core/test/test_schema.py
+11
-28
No files found.
beat/core/test/test_schema.py
View file @
459b3393
...
...
@@ -37,31 +37,14 @@
from
..schema
import
load_schema
def
test_common
():
load_schema
(
"common"
)
def
test_dataformat
():
load_schema
(
"dataformat"
)
def
test_algorithm
():
load_schema
(
"algorithm"
)
def
test_database
():
load_schema
(
"database"
)
def
test_toolchain
():
load_schema
(
"toolchain"
)
def
test_experiment
():
load_schema
(
"experiment"
)
def
test_load_schema
():
for
item
in
[
"common"
,
"dataformat"
,
"algorithm"
,
"protocoltemplate"
,
"database"
,
"toolchain"
,
"experiment"
,
]:
yield
load_schema
,
item
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