You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Originally reported by: Anselm Kruis (Bitbucket: akruis, GitHub: akruis)
The Stackless unittests have a long history and it is required to run them twice: with and without soft switching. This makes it inconvenient to run all or some tests from an IDE.
During my work on https://bitbucket.org/stackless-dev/stackless-testsuite I created support classes, that play nice with IDEs. Now I used these classes as a starting point to modernize Stackless/unittests/support.py. With the new implementation, it is no longer required to run the test suite twice. Instead for each test method testSomething() a second method testSomething_H() is created, that runs with soft switching disabled.
I'll create a pull request, because this change requires a review.
Originally reported by: Anselm Kruis (Bitbucket: akruis, GitHub: akruis)
The Stackless unittests have a long history and it is required to run them twice: with and without soft switching. This makes it inconvenient to run all or some tests from an IDE.
During my work on https://bitbucket.org/stackless-dev/stackless-testsuite I created support classes, that play nice with IDEs. Now I used these classes as a starting point to modernize Stackless/unittests/support.py. With the new implementation, it is no longer required to run the test suite twice. Instead for each test method testSomething() a second method testSomething_H() is created, that runs with soft switching disabled.
I'll create a pull request, because this change requires a review.
The text was updated successfully, but these errors were encountered: