Skip to content

Commit

Permalink
add spack pytest marker to run spack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Oct 14, 2024
1 parent 977ddb2 commit c7a26f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ testpaths = ["tests"]
markers = [
"schema: run schema tests",
"utility: run test for utility methods used throughout codebase",
"cli: run test for targetting buildtest command line features"
"cli: run test for targetting buildtest command line features",
"spack: run spack tests"
]

[tool.coverage.run]
Expand Down

0 comments on commit c7a26f2

Please sign in to comment.