Skip to content

Can we run PyTest on are packages with this? #635

Answered by rgommers
dreamer-coding asked this question in Q&A
Discussion options

You must be logged in to vote

Sure. This question isn't very related to meson-python. meson-python lets you install Python packages built with Meson. If that package has pytest-compatible tests, then yes you can run pytest.

The language that a package is written in shouldn't matter here, as long as the package builds fine. E.g., SciPy has extension modules in C, C++, Cython and Fortran. They all have tests written in Python.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rgommers
Comment options

@rgommers
Comment options

@dreamer-coding
Comment options

@dnicolodi
Comment options

@dreamer-coding
Comment options

Answer selected by rgommers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants