Commit e66de92
Convert unit tests to Pytest (#276)
This PR modernizes the testing framework replacing the unittest
framework with pytest. pytest provides clearer assertions, powerful
fixtures, and an extensive plugin ecosystem, which will make tests
easier to write, maintain, and extend going forward.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent beca8cc commit e66de92
File tree
6 files changed
+650
-544
lines changed- .github/workflows
- tests
6 files changed
+650
-544
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments