Ai
2 Star 0 Fork 0

mirrors_warner/python-ecdsa

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
conftest.py 296 Bytes
Copy Edit Raw Blame History
def pytest_addoption(parser):
parser.addoption(
"--fast", action="store_true", default=False, help="run tests fast"
)
def pytest_configure(config):
config.addinivalue_line(
"markers",
"slow: mark test as slow to run (deselect with '-m \"not slow\"')",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_warner/python-ecdsa.git
git@gitee.com:mirrors_warner/python-ecdsa.git
mirrors_warner
python-ecdsa
python-ecdsa
master

Search