-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from NREL/fix-demos
adding demo files to build_and_test.sh run
- Loading branch information
Showing
16 changed files
with
351 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# build and test with local version of `fastsim-proc-macros` | ||
echo "Testing rust" && \ | ||
(cd rust/fastsim-core/ && cargo test) && \ | ||
(cd rust/fastsim-cli/ && cargo test) && \ | ||
pip install -qe ".[dev]" && \ | ||
pytest -v python/fastsim/tests/ | ||
echo "Running python tests" && \ | ||
pytest -v python/fastsim/tests/ && \ | ||
echo "Verifying that demos run" && \ | ||
pytest -v python/fastsim/demos/ && \ | ||
echo "Complete success!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.