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

Move unit tests to tests/ #535

Merged

Commits on Jul 17, 2021

  1. Move scvelo/core/tests to tests/core

    Moves unit tests `scvelo/core/tests` to `tests/core`. This will, for
    example, prevent installation files becoming large when including data
    or ground truth figures.
    WeilerP committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    e778fee View commit details
    Browse the repository at this point in the history
  2. Add tests/__init__.py

    Makes `test` a package. This is needed to e.g. import from `tests/core`
    later on.
    WeilerP committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    df38a41 View commit details
    Browse the repository at this point in the history
  3. Update pytest.ini

    Remove `scvelo` from testpaths.
    WeilerP committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    49efb24 View commit details
    Browse the repository at this point in the history