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

Unit tests for dic2owl CLI and setup testing framework #62

Merged
merged 8 commits into from
Dec 3, 2021

Commits on Dec 1, 2021

  1. Uncomment unusable CLI options

    Uncommenting `--log-level` and `--debug`.
    They should be uncommented and used when support for them are available,
    or eventually removed if it's determined they should not be implemented.
    CasperWA committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8d470b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616f0bc View commit details
    Browse the repository at this point in the history
  3. Run unit tests in CI

    Add generated coverage report to `.gitignore` when running `pytest` with
    coverage locally.
    CasperWA committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2b6210f View commit details
    Browse the repository at this point in the history
  4. Enhance failure messages

    This is specifically for the CLI runner pytest fixture: Explicitly print
    out stdout and stderr.
    CasperWA committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    3e09cc7 View commit details
    Browse the repository at this point in the history
  5. First tests for dic2owl.Generator class

    Implement better typing all-round.
    CasperWA committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0e5ac7d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    b9b7158 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit hooks

    CasperWA committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    691790c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88babb9 View commit details
    Browse the repository at this point in the history