Skip to content

Commit

Permalink
Add testing for tutorial python script
Browse files Browse the repository at this point in the history
  • Loading branch information
BishrMaradni committed Jun 25, 2024
1 parent 0c85b20 commit 1f8ae44
Show file tree
Hide file tree
Showing 5 changed files with 3,275 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ requires = ["setuptools"]
packages = [
"cubitpy",
"cubitpy.cubit_wrapper",
"cubitpy_testing"
"cubitpy_testing",
"cubitpy_tutorial"
]

[tool.setuptools.package-dir]
cubitpy_testing = "tests"
cubitpy_tutorial = "tutorial"

[project]
name = "CubitPy"
Expand Down
Loading

0 comments on commit 1f8ae44

Please sign in to comment.