Skip to content

tpath_preclear fixture works if the --no-preclear option isn't defined

Lee McCuller requested to merge github/fork/kevinkuns/no-preclear into main

Created by: kevinkuns

The tpath_preclear fixture clears the test path as long as the --no-preclear option isn't True, but there will be an error if this option hasn't been defined. This makes it so that the test path is still cleared without error if the --no-preclear option isn't defined.

Merge request reports

Loading