Commit c432fd5
authored
Refactor the test suite using pytest for array and matrix types (#438)
* reorganize travis matrix, extend conftest.py
* pytestify bdalg_test
* pytestify canonical_test
* pytestify config_test
* pytestify convert_test.py
* pytestify ctrlutil_test
* pytestify delay_test.py
* pytestify discrete_test
* pytestify flatsys_test
* pytestify frd_test
* pytestify freqresp_test.py
* pytestify input_element_int_test
* pytestify iosys_test
* pytestify lti_test.py
* pytestify mateqn_test
* pytestify matlab tests
* pytestify minreal_test
* pytestify modelsimp
* pytestify nichols_test
* pytestify phaseplot_test
* pytestify rlocus_test.py
* pytestify robust tests
* pytestify sisotool_test.py
* pytestify slycot_convert_test.py
* pytestify statefbk tests
* pytestify statesp tests
* pytestify timeresp_test.py
* pytestify xferfcn_input_test.py
remove a lot of duplicate code by converting everything into
a single parametrized test function.
* pytestify xferfcn tests
* make tests work with pre #431 source code state
revert this commit when merging a rebased #431
(remove statesp_test.py::test_copy_constructor_nodt if not applicable)1 parent 4eee1f3 commit c432fd5
File tree
41 files changed
+4559
-6062
lines changed- control/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+4559
-6062
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
29 | | - | |
30 | 24 | | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 28 | + | |
50 | 29 | | |
51 | 30 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
61 | 42 | | |
62 | 43 | | |
63 | 44 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
82 | 48 | | |
83 | 49 | | |
84 | 50 | | |
| |||
0 commit comments