Загрузить файлы в «venv/Lib/site-packages/passlib/tests»

This commit is contained in:
2026-07-02 18:51:28 +00:00
parent 201790f7d7
commit 631066d9fa
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import os
from nose import run
run(
defaultTest=os.path.dirname(__file__),
)