Create pytest infrastructure in `rbext create`
Review Request #13084 — Created May 31, 2023 and submitted — Latest diff uploaded
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
andpyproject.toml
files with the correct setup to run
tests.
Created a test extension and saw that it was set up to run tests.