Home
last modified time | relevance | path

Searched refs:test (Results 1 – 13 of 13) sorted by relevance

/honee/tests/
H A Djunit.py57 def get_source_path(self, test: str) -> Path:
66 if test.startswith('navierstokes'):
69 return (Path('tests') / test).with_suffix('.c')
72 def get_run_path(self, test: str) -> Path:
81 return Path('build') / test
83 def get_output_path(self, test: str, output_file: str) -> Path:
95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
147 def check_allowed_stdout(self, test: str) -> bool:
[all …]
H A Djunit_common.py88 def get_source_path(self, test: str) -> Path:
100 def get_run_path(self, test: str) -> Path:
112 def get_output_path(self, test: str, output_file: str) -> Path:
172 def post_test_hook(self, test: str, spec: TestSpec, backend: str) -> None:
181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
223 def check_allowed_stdout(self, test: str) -> bool:
524 backend: str, test: str, index: int, verbose: bool) -> str:
585 def run_test(index: int, test: str, spec: TestSpec, backend: str,
[all …]
H A Dsmartsim_regression_framework.py40 def assert_np_all(test, truth): argument
43 assert np.all(test == truth)
48 def assert_equal(test, truth): argument
51 assert test == truth
113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]: member in SmartSimTest
199 passTest, exception, args = self.test(ceed_resource)
243 passTest, exception, _ = test_framework.test(ceed_resource)
/honee/tests/junit-xml/
H A DREADME.rst8 A Python module for creating JUnit XML test result documents that can be
9 read by tools such as Jenkins or Bamboo. If you are ever working with test tool or
10 test suite written in Python and want to take advantage of Jenkins' or Bamboo's
11 pretty graphs and test reporting capabilities, this module will let you
12 generate the XML test reports.
41 Create a test suite, add a test case, and print it to the screen:
48 ts = TestSuite("my test suite", test_cases)
58 <testsuite errors="0" failures="0" name="my test suite" tests="1">
H A D.gitignore25 # Unit test / coverage reports
/honee/tests/output/
H A Dadv2d-wave-square-direct_divdiff_cfl.csv3 # petsc_arch: arch-devdebug-test-asan
H A Dtaylorgreen_totalke.csv5 # petsc_arch: arch-devdebug-test-asan
/honee/
H A DREADME.md71 To test the installation, use
74 $ make test -j8
H A DCONTRIBUTING.md9 If adding a new feature, please add or extend a test so that your new feature is tested.
11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
H A DDoxyfile739 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
740 # list. This list is created by putting \test commands in the documentation.
1055 # exclude all test directories for example use the pattern */test/*
/honee/doc/
H A Dexamples.md6 This test case is taken/inspired by that presented in {cite}`mengaldoCompressibleBC2014`. It is int…
62 This test case, based on {cite}`shakib1991femcfd`, is an example of using an externally provided me…
118 For this test problem (from {cite}`straka1993numerical`), we solve the full Navier-Stokes equations…
477 This test problem is based on Sod's Shock Tube (from{cite}`sodshocktubewiki`), a canonical test cas…
H A Druntime_options.md150 …- Run in test mode and specify whether solution (`solver`) or turbulent statistics (`turb_spanstat…
H A Dtheory.md85 …discretization, we first multiply the strong form {eq}`eq-vector-ns` by a test function $\bm v \in…