move schema to separate uv project
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
find . -name '*.py[co]' -delete
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
python -m pytest \
|
||||
-v \
|
||||
--cov=kontor \
|
||||
--cov-report=term \
|
||||
--cov-report=html:coverage-report \
|
||||
tests/
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
uv sync
|
||||
uv build
|
||||
|
||||
Reference in New Issue
Block a user