python and some backend notes(ru)
@python_backend
108
subscribers
5
photos
1
file
192
links
Личные заметки и ссылки на статьи по python и backend вопросам, но может кому-то тоже будет интересно
Download Telegram
Join
python and some backend notes(ru)
108 subscribers
python and some backend notes(ru)
https://pythonspeed.com/articles/identifying-resource-leaks-with-pytest/
#pytest
#memory
#malloc
Python⇒Speed
Catching memory leaks with your test suite
If you have a good test suite, you may be able use
pytest
fixtures to identify memory and other resource leaks.
python and some backend notes(ru)
https://tonybaloney.github.io/posts/async-test-patterns-for-pytest-and-unittest.html
#pytest
#asyncio
#async
tonybaloney.github.io
async test patterns for
Pytest
Some examples and patterns for testing async code from
Pytest