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

Refactor the main Makefile #3988

Draft
wants to merge 24 commits into
base: dev
Choose a base branch
from
Draft

Conversation

jtraglia
Copy link
Member

@jtraglia jtraglia commented Oct 18, 2024

This PR refactors the Makefile so it's easier to read and use.

  • Running make or make help will list all of the rules.
  • It's no longer necessary to run make install_test or . venv/bin/activate.
  • Cloning the repo and running make test will automatically create the virtual environment.
  • You can use make test to run a specific test and/or fork; no need to manually use pytest anymore.
  • Combine all linter checks into make lint.

Some screenshots:

image image image

@jtraglia jtraglia added the general:enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant