Skip to content

Conversation

@stefanvanburen
Copy link
Member

pytest is nice, but we've written all of our unittests so far with the builtin unittest module. By doing a bit of test rearranging (using test/ as the directory and naming our test files test_*.py), we can use the builtin runner and remove pytest from our deps.

pytest is nice, but we've written all of our unittests so far with the
builtin unittest module. By doing a bit of test rearranging (using
test/ as the directory and naming our test files `test_*.py`), we can
use the builtin runner and remove pytest from our deps.
@stefanvanburen stefanvanburen merged commit 4eee867 into main Jul 21, 2025
13 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/remove-pytest branch July 21, 2025 15:57
stefanvanburen added a commit that referenced this pull request Aug 27, 2025
When we removed pytest in #338, it was because most of the tests were
written unittest-style, just using the pytest runner. This converts us
over to full pytest-style tests, which are easier to write and read.
stefanvanburen added a commit that referenced this pull request Aug 27, 2025
When we removed pytest in #338, it was because most of the tests were
written unittest-style, just using the pytest runner. This converts us
over to full pytest-style tests, which are easier to write and read.
stefanvanburen added a commit that referenced this pull request Aug 27, 2025
When we removed pytest in #338, it was because most of the tests were
written unittest-style, just using the pytest runner. This converts us
over to full pytest-style tests, which are easier to write and read.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants