Skip to content

Commit

Permalink
add pytest-robotframework (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jul 1, 2024
1 parent e4568e9 commit ceb32f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,11 @@ def get_projects() -> list[Project]:
"sniffio",
],
),
Project(
location="https://github.com/detachhead/pytest-robotframework",
mypy_cmd="{mypy} -p pytest_robotframework",
pyright_cmd="{pyright}",
),
]
assert len(projects) == len({p.name for p in projects})
for p in projects:
Expand Down

0 comments on commit ceb32f5

Please sign in to comment.