Skip to content

Commit

Permalink
add back path, remove other conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed May 1, 2024
1 parent 065c457 commit 4426e9c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ def pytest_generate_tests(metafunc):
metafunc.parametrize("shacl_engine", shacl_engine)

## validate 223P libraries and templates
#libraries = ["libraries/ashrae/223p/nrel-templates"]
# libraries = ["libraries/ashrae/223p/nrel-templates"]

## skip these templates because they require additional context to be loaded,
## and are covered by other template tests
#to_skip_223p = {
# to_skip_223p = {
# "nrel-templates": {
# "sensor",
# "differential-sensor",
Expand All @@ -44,15 +44,15 @@ def pytest_generate_tests(metafunc):
# "duct",
# "junction",
# }
#}
# }

#if "library_path_223p" in metafunc.fixturenames:
# if "library_path_223p" in metafunc.fixturenames:
# metafunc.parametrize("library_path_223p", libraries)

#if (
# if (
# "library_path_223p" in metafunc.fixturenames
# and "template_223p" in metafunc.fixturenames
#):
# ):
# bm = BuildingMOTIF("sqlite://")

# templates = []
Expand All @@ -71,14 +71,14 @@ def pytest_generate_tests(metafunc):
# metafunc.parametrize("template_223p", templates)

## validate Brick libraries and temmplates
#brick_libraries = ["libraries/ashrae/guideline36"]
#if "library_path_brick" in metafunc.fixturenames:
# brick_libraries = ["libraries/ashrae/guideline36"]
# if "library_path_brick" in metafunc.fixturenames:
# metafunc.parametrize("library_path_brick", brick_libraries)

#if (
# if (
# "library_path_brick" in metafunc.fixturenames
# and "template_brick" in metafunc.fixturenames
#):
# ):
# bm = BuildingMOTIF("sqlite://")

# Library.load(ontology_graph="libraries/brick/Brick-full.ttl")
Expand Down

0 comments on commit 4426e9c

Please sign in to comment.