|
|
|
|
|
by ptx
1491 days ago
|
|
You could give the built-in unittest module [1] a try. It's less magical (although also less flexible) and many of its old limitations that people used to cite as advantages of pytest (e.g. built-in test discovery) have since been fixed. [1] https://docs.python.org/3/library/unittest.html |
|