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

Use pytest instead of nosetests #16883

Merged
merged 23 commits into from
Aug 6, 2020
Merged

Use pytest instead of nosetests #16883

merged 23 commits into from
Aug 6, 2020

Commits on Mar 6, 2020

  1. Use pytest instead of nosetests

    Nosetests has been in maintenance mode for years, its last release was
    released in 2015. When evolving the testing framework for Python tests
    it would be better to do it based on a maintained test tool.
    jsoriano committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    614e295 View commit details
    Browse the repository at this point in the history
  2. Fix options

    jsoriano committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c6e2fd9 View commit details
    Browse the repository at this point in the history
  3. Fix output

    jsoriano committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d406a65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    decc979 View commit details
    Browse the repository at this point in the history
  5. Tag integration tests

    jsoriano committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    608a9c6 View commit details
    Browse the repository at this point in the history
  6. Fix format

    jsoriano committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    27b82b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c5a2de View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    d20d66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80043b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac49e9 View commit details
    Browse the repository at this point in the history
  4. Upgrade pytest

    jsoriano committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9eae7a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ebbe33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36b2e58 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Fix more tests

    jsoriano committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c81b1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49b774 View commit details
    Browse the repository at this point in the history
  3. Use SkipTest from unittest

    jsoriano committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3826048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adeb334 View commit details
    Browse the repository at this point in the history
  5. Missing import

    jsoriano committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1c1eee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e46596 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b99dab View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    8272630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fc04d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    7a44d0e View commit details
    Browse the repository at this point in the history