who cares

This commit is contained in:
2025-07-05 14:27:26 +08:00
parent 830e480f6f
commit 155e8b9664
7 changed files with 99 additions and 17 deletions

7
noxfile.py Normal file
View File

@ -0,0 +1,7 @@
import nox
@nox.session
def tests(session: nox.Session) -> None:
session.install("pytest")
session.run("pytest", "--doctest-modules", "arcaea_apk_assets")