tpath_preclear fixture works if the --no-preclear option isn't defined
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.