Skip to content
Snippets Groups Projects
Commit 459b3393 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][schema] Refactored test and added protocoltemplate

parent f58d6f84
No related branches found
No related tags found
1 merge request!67Protocol template
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment