tadnir / pytest-collector

Python package for collecting pytest tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-collector

Python package for collecting pytest tests.

Usage

pip install pytest-collector

import pytest_collector

# NOTE: this call will import the tests to the current process.
test_modules = pytest_collector.collect("path/to/tests/directory")

About

Python package for collecting pytest tests.

License:MIT License


Languages

Language:Python 100.0%