installable package #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "installable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
turn repo into installable package (pip install -e .)
add hatchling build packend
call it pytest-abra
add pytest entrypoint, so that it gets loaded automatically if installed (and pytest is run)
make fixtures optional, so that pytest can still be used in other context
add cli script -> you can now directly run "abratest" in console