Joined February 2015
21 Photos and videos
Pinned Tweet
Pytest has joined @tidelift! Tidelift is a "managed open source subscription". If you use pytest at work, it's a way for your company to support the open source libraries it relies on. docs.pytest.org/en/latest/ti…

20
60
pytest.org retweeted
⏰ Only a week remaining with early-bird pricing for my annual three-day deep dive into #pytest with #Python Academy! 📅 March 4th — 6th 🌍 Leipzig (Germany) or remote 📕 Three days of pytest knowledge from one of its core maintainers. python-academy.com/courses/p…

1
4
874
pytest is also on Bluesky and the Fediverse! bsky.app/profile/pytest.org fosstodon.org/@pytest

1
4
430
pytest.org retweeted
My "#pytest tips and tricks for a better testsuite" training from @PyConDE is now online! youtube.com/watch?v=FG_DgVo0…

5
14
1,066
pytest.org retweeted
My open #pytest trainings in 2025: - 3 day in-depth training via @pyacademy, March 4th – 6th 2025, Leipzig 🇩🇪 / Remote: python-academy.com/courses/p… - Planning to submit to #PyConDE 🇩🇪, #Europython 🇪🇺, maybe #PyConIT🇮🇹, maybe #PyConUS 🇺🇸 1st time? - Maybe another 3-day 🇩🇪/🇨🇭 in Q3/Q4

1
1
2
837
pytest.org retweeted
New #pytest stickers arrived! I'll bring them along to #Python conferences, events, and my pytest company trainings.
3
10
736
pytest.org retweeted
My next open #pytest trainings: - #Europython 2024, July 8th – 14th 2024 (3h), Prague 🇨🇿: ep2024.europython.eu/session… - CH Open Workshoptage, Sept 2nd 2024, HSLU Rotkreuz 🇨🇭: pretalx.com/workshoptage-202… - 3 day in-depth training via @pyacademy, March 4th – 6th 2025, Leipzig 🇩🇪 / Remote
1
3
5
1,357
pytest.org retweeted
29 Jun 2024
Check out @the_compiler presenting at #EuroPython2024, in their words: The #pytest tool presents a rapid and simple way to write tests for your Python code. This training gives an introduction with exercises to some distinguishing features. ep2024.europython.eu/session… 🐍
1
3
5
1,239
pytest.org retweeted
#pytest trick: Want to patch a function returning a different value on every call, without full unittest.mock? values = iter(["eggs", "bacon", "spam"]) monkeypatch.setattr(random, "choice", lambda: next(values)) assert random.choice() == "eggs" assert random.choice() == "bacon"
1
6
16
2,383
pytest.org retweeted
Got a lot of great feedback for my advanced #pytest training at #EuroPython2023! Next: 1 day basics, Sep 5th, @ @CH_Open Workshoptage, @ost_fh in Rapperswil 🇨🇭 (de): workshoptage.ch/workshops/20… In-depth: Mar 5-7th 2024, Leipzig 🇩🇪/Remote @ @pyacademy (en): python-academy.com/courses/p…
1
11
1,696
pytest.org retweeted
Oh, looks like @jetbrains/@ThePSF sneakily released the #Python developers survey 2022 results at some point! The first thing I look at is always how testing frameworks changed compared to the year before😅 #pytest up from 50% → 51%, "None" down from 38% → 35%. Yay!
2
16
2,214
pytest.org retweeted
Almost 3 years after #pytest-xvfb 2.0.0, I released v3.0.0 today! Other than packaging/formatting/typing/Python version updates, this release hopefully fixes a long-standing "XIO: fatal IO error 0 (Success)" issue, and adds support for using Xephyr/Xvnc. github.com/The-Compiler/pyte…

1
3
10
1,870
pytest.org retweeted
Blast from the past: My #pytest training from 7 years ago (mostly inherited by @hpk42) vs. now. Currently working on another big "rewrite", trying to introduce one big case study example (a small RPN calculator) instead of isolated examples for most of the code/exercises.
1
3
6
1,827
#pytest 7.3 was released just at the beginning of the easter weekend, it brings multiple enhancements around tmppath retention and output details, but beware we learned of a windows only perf regression thats now under investigation
2
6
1,610
#pytest-html has a major release (4.0.0) coming in - please try rc4 pypi.org/project/pytest-html… to help iron out compatibility
1
6
1,719
pytest.org retweeted
My 3-day in-depth #pytest training (remote) will start in a week, and there are still spaces available! python-academy.com/courses/p… I'm afraid my pytest training for #PyConDE was not accepted, and I won't make it to #PyConIT this year. Planning to propose it for #Europython though!

4
10
1,627
pytest.org retweeted
Update on my in-depth #pytest training with @pyacademy: We decided to go remote-only as we only had one on-site signup. March 7th to 9th, still spaces available! python-academy.com/courses/p… My @PyConDE training is still in review, hoping to share more information there soon too!

1
1
3
1,216
pytest.org retweeted
Two weeks until early-bird pricing ends for my #pytest training with @pyacademy: March 7th to 9th 2023, both on-site in Leipzig 🇩🇪 *and* remote, three days full of knowledge from a pytest core maintainer! python-academy.com/courses/p… I submitted a (shorter) training to @PyConDE too!

1
3
1,170
pytest.org retweeted
25 Oct 2022
I'm happy to announce the release of #pytest 7.2.0 a special perk is dropping the dependency on pylib - the rest is in docs.pytest.org/en/stable/ch…

3
27
156
PSA: #pytest users can safely ignore CVE-2022-42969 / github.com/advisories/GHSA-w… in its py dep. The reported DoS "vulnerability" is in pylib's 18 year old SVN handling (py.path.svn*), which is not used in pytest, nor anywhere else to our knowledge. Details: github.com/pytest-dev/py/iss…
10
14