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

feat: add automated tests #24

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 16, 2023

  1. Create python-package.yml

    I just chose one of the proposed GH actions and changed from pytest to tox. Let's see if that works. ;-)
    akloeckner committed May 16, 2023
    Configuration menu
    Copy the full SHA
    dd93e35 View commit details
    Browse the repository at this point in the history
  2. Update python-package.yml

    Use pytest?
    akloeckner committed May 16, 2023
    Configuration menu
    Copy the full SHA
    821ae3a View commit details
    Browse the repository at this point in the history
  3. Update python-package.yml

    More current versions
    akloeckner committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c3ba22c View commit details
    Browse the repository at this point in the history
  4. Update python-package.yml

    Add weekly trigger
    akloeckner committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a58c52d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    362a4c7 View commit details
    Browse the repository at this point in the history
  2. update python versions and remove weekly trigger

    checking once working local tests weekly doesn't make sense to me.
    => remove weeekly tests
    
    removing actual api tests doesn't make sense to me either.
    => if a test fails in a PR, it should just be retriggered.
    akloeckner committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    30cceda View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update envlist

    akloeckner committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b8aaf0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009257c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0dcd9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7b2d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ce4335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    905a48a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3f7891 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from akloeckner/tox2

    Tox2
    akloeckner committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ab18c7a View commit details
    Browse the repository at this point in the history