2 papers
cs.SE2026
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest
Altino Alves, Andre Hora
Unittest and pytest are the most popular testing frameworks in Python. Overall, pytest provides some advantages, including simpler assertion, reuse of fixtures, and interoperabilit…
cs.SE2026
Testing Framework Migration with Large Language Models
Altino Alves, João Eduardo Montandon, Andre Hora
Python developers rely on two major testing frameworks: \texttt{unittest} and \texttt{Pytest}. While \texttt{Pytest} offers simpler assertions, reusable fixtures, and better intero…