⭐️ Недавно состоялся релиз Python 3.13
Помимо других апдейтов, вот на что я обратил внимание:
◽️Экспериментальный компилятор JIT, должен в будущем значительно повысить скорость.
Активируется аргументом –enable-experimental-jit
◽️Экспериментальный режим без GIL. Думаю, все знаю что это.
Активируется аргументом –without-gil
◽️Удалили ряд стандартных библиотек (PEP-594). Вместе с ними попала под нож lib2to3. Надеюсь больше никому она и не нужна)))
◽️Обновленный REPL с колоризацией.
Команда для быстрого запуска
docker run --rm -it python:3.13
Либо устанавливаем исталятором↗️
#release
http://splinter.readthedocs.io/en/latest/
#Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items.
#tests
https://splinter.readthedocs.io/en/latest/
#Splinter is an open source tool for testing web applications using Python. It lets you #automate browser actions, such as visiting URLs and interacting with their items.
#tests
https://github.com/pytest-dev/pytest-splinter
The plugin provides a set of fixtures to use #splinter for browser testing with #pytest .
#tests
#pytest_splinter