| #
a77d2765
|
| 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1374 from CEED/jrwrigh/fix_test_python
fix(test): Use explicit `typing` objects for containers
|
| #
78cb100b
|
| 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fix(test): Use explicit `typing` objects for containers
- Using `list[str]` for type hints is incompatible with Python 3.7.9 (at least, possibly with newer versions as well)
|
| #
19868e18
|
| 12-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add parallelism within test files (#1372)
* Add parallelism within test files
* Remove NPROC_POOL from nek tests
* Fix formatting
|
| #
25878d73
|
| 06-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1365 from CEED/sjg/make-format-prep
|
| #
2fee3251
|
| 05-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Expand Python formatting to tests/
|
| #
a9c3c4a1
|
| 29-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1352 from CEED/jeremy/jumint-only
Set interface only tests to only='cpu'
|
| #
f85e4a7b
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - set interface only tests to only='cpu'
|
| #
dfc85eef
|
| 12-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1332 from CEED/jeremy/walrus
junit - remove walrus for old systems
|
| #
97fab443
|
| 12-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - remove walrus for old systems
|
| #
1b16049a
|
| 11-Aug-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
refactor junit.py for parity with Ratel (#1285)
* refactor junit.py for parity with Ratel
* clean up list of backends for CLI input to junit
* Improve readability and add documentation
* cl
refactor junit.py for parity with Ratel (#1285)
* refactor junit.py for parity with Ratel
* clean up list of backends for CLI input to junit
* Improve readability and add documentation
* cleanup common code and CLI
* add JUnit batch to command line args
* Fix issue with JUnit output files
show more ...
|