Skip to content

Commit

Permalink
Making testing file for builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferSkare committed Mar 6, 2024
1 parent 652596f commit 86a88ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/utils/test_builder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# pyright: reportPrivateUsage=false


def test_generate_fmu_files():
# TODO:
pass


def test_build_fmu():
# TODO:
pass

0 comments on commit 86a88ee

Please sign in to comment.