sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.41k stars 73 forks source link

Improvements to tests to enable pytest #164

Open moto-timo opened 6 months ago

moto-timo commented 6 months ago

In the Yocto Project/OpenEmbedded we typically run our python tests with pytest --automake. This pull request makes the import of tests.utils more explicit so that pytest finds the modules. Also convert line endings of test_functionality.py from DOS/Windows to Unix like the other files in tests/.

moto-timo commented 6 months ago

All tests passed: https://github.com/moto-timo/yappi/actions/runs/7316074054

sumerc commented 6 months ago

Thanks!