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

Ensure all produced files from tests are in a temp dir #239

Merged
merged 4 commits into from
Sep 29, 2021

Commits on Sep 28, 2021

  1. Ensure all produced files are in a temp dir

    Add pytest fixtures for loading EMMO, as this is done in several tests.
    Add fixture for location to repo_dir, instantiating it only once per
    pytest session.
    Add a yield-fixture for creating a temporary directory that lives for
    the lifetime of the test function.
    CasperWA committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    606b2af View commit details
    Browse the repository at this point in the history
  2. Don't change cwd in tests

    CasperWA committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2d642e2 View commit details
    Browse the repository at this point in the history
  3. Update manifest to include java files

    Change `emmo` to `ontopy` in MANIFEST.
    CasperWA committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3e08dfb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Use the new emmopy.get_emmo()

    Co-authored-by: francescalb <48128015+francescalb@users.noreply.github.com>
    CasperWA and francescalb authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    b4961ef View commit details
    Browse the repository at this point in the history