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

build: Remove tests/ stub; make make test-all work right #402

Merged
merged 2 commits into from
Apr 3, 2024

Commits on Mar 29, 2024

  1. build: Remove tests/ stub; make make test-all work right

    - The `tests/__init__.py` create/delete thing seems to have been a
      workaround for something that's no longer relevant, so just remove it.
    - The `test-all` target needed to depend on `clean` so that `build/lib`
      wouldn't stick around and confuse pytest, and the recipe needed to be
      pruned down to just `tox` because otherwise we'd run the quality checks
      twice. (`quality` is in the tox.ini default env list.)
    timmc-edx committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    50dadaa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    de46989 View commit details
    Browse the repository at this point in the history