Skip to content

Commit b8d04de

Browse files
committed
add basic tests for fmpose3d
1 parent fc7e55c commit b8d04de

2 files changed

Lines changed: 917 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ target-version = ['py38', 'py39', 'py310']
6666
profile = "black"
6767
line_length = 100
6868

69+
[tool.pytest.ini_options]
70+
markers = [
71+
"functional: marks tests that require pretrained weights (deselect with '-m \"not functional\"')",
72+
]
73+
6974
[tool.codespell]
7075
skip = '.git,*.pdf,*.svg,*.css,*.txt,*.pth'
7176
check-hidden = true

0 commit comments

Comments
 (0)