Skip to content

Commit

Permalink
Add a change note for PR #915
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 14, 2024
1 parent fc739fa commit 548523e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/837.contrib.rst
12 changes: 12 additions & 0 deletions CHANGES/915.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The test framework has been refactored. In the previous state, the circular
imports reported in :issue:`837` caused the C-extension tests to be skipped.

Now, there is a set of the ``pytest`` fixtures that is set up in a parametrized
manner allowing to have a consistent way of accessing mirrored ``multidict``
implementations across all the tests.

This change also implemented a pair of CLI flags (``--c-extensions`` /
``--no-c-extensions``) that allow to explicitly request deselecting the tests
running against the C-extension.

-- by :user:`webknjaz`.

0 comments on commit 548523e

Please sign in to comment.