Skip to content
Snippets Groups Projects

Model schema

Merged Kent Fagerjord requested to merge model-schema into main
2 files
+ 9
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
4
# import pytest
import pytest
import pyltmapi
# from pyltmapi.skeleton import fib, main
# __author__ = "SINTEF Energy Research"
# __copyright__ = "SINTEF Energy Research"
# __license__ = "MIT"
__author__ = "SINTEF Energy Research"
__copyright__ = "SINTEF Energy Research"
__license__ = "MIT"
def test_true():
assert 1 == 1
# def test_fib():
# """API Tests"""
Loading