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

test: Verify that tornado.version and version_info match #3410

Merged
merged 3 commits into from
Jun 29, 2024

Commits on Jun 28, 2024

  1. test: Verify that tornado.version and version_info match

    These two values should always match, but they're updated
    manually so test to catch mistakes.
    
    Closes tornadoweb#3406
    bdarnell committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6b23fbc View commit details
    Browse the repository at this point in the history
  2. test: Replace a long-skipped test for tornado.util.exec_in

    This test was first written to rely on the print_function future import
    in Python 2.7, so it's been skipped since we dropped Python 2.
    Use the annotations future import introduced in Python 3.7 instead.
    bdarnell committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b6fbb59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5ca51 View commit details
    Browse the repository at this point in the history