Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(testing): deprecate testtools support in TestCase #2405

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2024

  1. refactor(testing): deprecate testtools support in TestCase

    Remove conditional dependency on testtools in TestCase to simplify maintenance and prepare for
    Falcon 5.0 where testtools will no longer be supported. Instead, unittest is now the default,
    and users are encouraged to use pytest for testing Falcon applications. This change emits a
    deprecation warning if testtools is still enabled via environment variables.
    
    Closes falconry#2156
    EricGoulart committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c6e6559 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. implementing requested improvements

    still missing test coverage
    EricGoulart committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59ed398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358bcb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8952f71 View commit details
    Browse the repository at this point in the history