Create pytest infrastructure in `rbext create`

Review Request #13084 — Created May 31, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

Now that we can use pytest in extensions, we want to create that as part
of creating a new extension. This change adds the machinery to generate
conftest.py and pyproject.toml files with the correct setup to run
tests.

Created a test extension and saw that it was set up to run tests.

Commits

Files

    Loading...