Commit 8841126
authored
Improve
### Main changes
- Allow selecting a specific test function in a module by passing `--mod
test_<MODULE>::test_<FUNCTION>`
- Pass `--dist loadgroup` to group test execution by the `xdist_group`
mark (see the documentation of
[pytest-xdist](https://pytest-xdist.readthedocs.io/en/stable/distribution.html#running-tests-across-multiple-cpus)),
which allows running non-thread-safe tests sequentially on a single
runner
- Remove local `.pytest_cache` folder before running tests
- Move `pytest.ini` to package root, so it can be used after
installation
- If not present, copy `pytest.ini` to local working directory before
running tests
### Additional changes
- Fix the parallel creation of the folder `__psydac__` in
`psydac.api.fem_bilinear_form`: only root process creates itpsydac test command (#567)1 parent 6f2842b commit 8841126
3 files changed
Lines changed: 35 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1440 | 1440 | | |
1441 | 1441 | | |
1442 | 1442 | | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | 1443 | | |
1447 | 1444 | | |
1448 | 1445 | | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
1449 | 1449 | | |
1450 | 1450 | | |
1451 | 1451 | | |
| |||
1996 | 1996 | | |
1997 | 1997 | | |
1998 | 1998 | | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
2003 | 1999 | | |
2004 | 2000 | | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | | - | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
2013 | 2006 | | |
2014 | 2007 | | |
2015 | 2008 | | |
2016 | 2009 | | |
2017 | 2010 | | |
2018 | 2011 | | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
2019 | 2016 | | |
2020 | 2017 | | |
2021 | 2018 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
86 | 106 | | |
87 | 107 | | |
88 | 108 | | |
| |||
112 | 132 | | |
113 | 133 | | |
114 | 134 | | |
115 | | - | |
| 135 | + | |
116 | 136 | | |
117 | 137 | | |
118 | 138 | | |
| |||
File renamed without changes.
0 commit comments