ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
307 stars 26 forks source link

Add a pytest CLI flag to automatically open the test project after the tests finish. #241

Closed ehmatthes closed 1 year ago

ehmatthes commented 1 year ago

It's often useful to explore the test project after a test run. This flag makes it easy to do that. The test project is in a new location after every test run, so this flag saves a lot of terminal and file explorer navigation.