Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 222 Bytes

File metadata and controls

8 lines (7 loc) · 222 Bytes

Use the makefile for most actions:

  • Build: maturin develop
  • Test: make test
  • Run single test: pytest python/tests/<test_file>.py::<test_name>
  • Doctest: make doctest
  • Lint: make lint
  • Format: make format