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 #231

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Use pytest #231

wants to merge 42 commits into from

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    1c831f6 View commit details
    Browse the repository at this point in the history
  2. Add PGP key to the Release model

    Add a pgp_key field to the Release model so we can display the PGP
    fingerprint of the used PGP key on the download page.
    jelly committed May 22, 2020
    Configuration menu
    Copy the full SHA
    1a16df1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    326b84e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407de39 View commit details
    Browse the repository at this point in the history
  3. mirrors: switch to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    7a13e2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6a5f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5547f3 View commit details
    Browse the repository at this point in the history
  6. mirrors: tests: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    58cf8b1 View commit details
    Browse the repository at this point in the history
  7. mirrors: tests: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    591bcf4 View commit details
    Browse the repository at this point in the history
  8. mirrors: convert to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    858322c View commit details
    Browse the repository at this point in the history
  9. mirrors: convert to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    fca832f View commit details
    Browse the repository at this point in the history
  10. Remove unrequired function

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    fce216e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14d5bfc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5855cda View commit details
    Browse the repository at this point in the history
  13. main: convert tests to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    2df9544 View commit details
    Browse the repository at this point in the history
  14. visualize: convert to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    a620fed View commit details
    Browse the repository at this point in the history
  15. public: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    ac05d53 View commit details
    Browse the repository at this point in the history
  16. news: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    7500b1e View commit details
    Browse the repository at this point in the history
  17. packages: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    6710663 View commit details
    Browse the repository at this point in the history
  18. todolists: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    8245939 View commit details
    Browse the repository at this point in the history
  19. packages; port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    6e7829d View commit details
    Browse the repository at this point in the history
  20. devel: port to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    ba55137 View commit details
    Browse the repository at this point in the history
  21. Add pytest integration files

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9cf6c4c View commit details
    Browse the repository at this point in the history
  22. Add pylint disable for import

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    04835d4 View commit details
    Browse the repository at this point in the history
  23. Update tests

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    0f30d71 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    aaaaab9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    60667cc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    df32e88 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4bb9496 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    40325d1 View commit details
    Browse the repository at this point in the history
  29. conftest: remove unused import

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9de5aff View commit details
    Browse the repository at this point in the history
  30. Fix typo in makefile

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    cbe2caa View commit details
    Browse the repository at this point in the history
  31. Hardcore settins for testing

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    f6c4674 View commit details
    Browse the repository at this point in the history
  32. Also install pytest-django

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    932e43b View commit details
    Browse the repository at this point in the history
  33. reroll options

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    c747659 View commit details
    Browse the repository at this point in the history
  34. ok wtf

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    3621de4 View commit details
    Browse the repository at this point in the history
  35. forgot pytest -cov

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1d54e2e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    91140ad View commit details
    Browse the repository at this point in the history
  37. port todolists to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    84a37ec View commit details
    Browse the repository at this point in the history
  38. Remove unused test function

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    08a3962 View commit details
    Browse the repository at this point in the history
  39. Port planet tests to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    8b21e12 View commit details
    Browse the repository at this point in the history
  40. Port remainder to pytest

    jelly committed May 23, 2020
    Configuration menu
    Copy the full SHA
    3d4827c View commit details
    Browse the repository at this point in the history