forked from aio-libs/multidict
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a change note for PR aio-libs#915
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
915.contrib.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |