Testing base
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ wheels/
|
|||||||
# CUSTOM STUFF
|
# CUSTOM STUFF
|
||||||
untitled/saves
|
untitled/saves
|
||||||
.ruff_cache
|
.ruff_cache
|
||||||
|
.pytest_cache
|
||||||
@@ -17,3 +17,10 @@ target-version = "py313"
|
|||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
|
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["untitled"]
|
||||||
1
tests/test_persistence.py
Normal file
1
tests/test_persistence.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from untitled import model, persistence
|
||||||
Reference in New Issue
Block a user