man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

pytest-server-fixtures: Correct httpd command line #249

Closed s-t-e-v-e-n-k closed 4 days ago

s-t-e-v-e-n-k commented 6 days ago

Now that the config file we create is a pathlib.Path object, we must convert it to a string before we try and use it, so do so.

jonbannister commented 4 days ago

LGTM, thank you.