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

Migrate testing from nosetests to pytest #1405

Merged
merged 17 commits into from
Mar 23, 2023
Merged

Commits on Mar 23, 2023

  1. Add custom tags

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c44e7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d965df View commit details
    Browse the repository at this point in the history
  3. Adapt some specific tests

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cd06f3d View commit details
    Browse the repository at this point in the history
  4. Change notravis to nogha

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    404a00f View commit details
    Browse the repository at this point in the history
  5. Adapt more tests to pytest

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6989bae View commit details
    Browse the repository at this point in the history
  6. Adapt more tests to pytest

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    723895f View commit details
    Browse the repository at this point in the history
  7. Fix NOSEATTR settings

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9f46423 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6da17e9 View commit details
    Browse the repository at this point in the history
  9. Add pytest-cov

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    590f373 View commit details
    Browse the repository at this point in the history
  10. Remove IGNORE_UNICODE

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    63c8bba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecef84c View commit details
    Browse the repository at this point in the history
  12. Specify path to tests

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    513aab1 View commit details
    Browse the repository at this point in the history
  13. Remove raise before skip

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7e28115 View commit details
    Browse the repository at this point in the history
  14. Mark individual tests to skip

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    842c48f View commit details
    Browse the repository at this point in the history
  15. Fix reference to error type

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e94dbee View commit details
    Browse the repository at this point in the history
  16. Fix deprecation warnings

    bgyori committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4f5c82e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8a492cb View commit details
    Browse the repository at this point in the history