Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b08e39b

Browse files
committed
add pytest-autoprofile
1 parent de17027 commit b08e39b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

mypy_primer/projects.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,13 @@ def get_projects() -> list[Project]:
17201720
paths=["src/cryptography", "tests"],
17211721
deps=["cffi", "typing-extensions", "pytest"],
17221722
),
1723+
Project(
1724+
location="https://gitlab.com/TTsangSC/pytest-autoprofile",
1725+
mypy_cmd="{mypy} {paths}",
1726+
pyright_cmd="{pyright} {paths}",
1727+
paths=["src/pytest_autoprofile", "tests"],
1728+
deps=["pytest", "pluggy", "line_profiler", "typing-extensions"],
1729+
),
17231730
]
17241731
assert len(projects) == len({p.name for p in projects})
17251732
for p in projects:

0 commit comments

Comments
 (0)