Skip to content

Add Makefile with common dev commands #119

Description

@crtahlin

Sub-issue of #114 (developer experience review).

Task

Create a Makefile with targets:

  • help — show available targets
  • setup — create venv, install editable with test+blockchain deps
  • test / test-unit — run unit tests (no integration)
  • test-integration — run integration tests (requires live backends)
  • lintruff check . && ruff format --check .
  • formatruff check --fix . && ruff format .
  • clean — remove build artifacts, caches, egg-info

Why

Currently developers need to remember pytest flags and ruff commands. A Makefile provides discoverable, single-command access to common tasks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions