forked from IDAES/idaes-pse
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #2 from SSummits/revert-1-main
Revert "Staying up to date"
- Loading branch information
Showing
6 changed files
with
44 additions
and
49 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
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
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,7 +1,19 @@ | ||
[pytest] | ||
addopts = --durations=100 | ||
--durations-min=2 | ||
addopts = --pyargs idaes | ||
--durations=100 | ||
-W ignore | ||
log_file = pytest.log | ||
log_file_date_format = %Y-%m-%dT%H:%M:%S | ||
log_file_format = %(asctime)s %(levelname)-7s <%(filename)s:%(lineno)d> %(message)s | ||
log_file_level = INFO | ||
log_file_level = INFO | ||
markers = | ||
build: test of model build methods | ||
cubic_root : test requires the compiled cubic root finder | ||
iapws: test requires the compiled IAPWS95 property package | ||
initialization: test of initialization methods. These generally require a solver as well | ||
solver: test requires a solver | ||
ui: tests of an aspect of the ui | ||
unit: quick tests that do not require a solver, must run in <2s | ||
component: quick tests that may require a solver | ||
integration: long duration tests | ||
performance: tests for the IDAES performance testing suite |
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