typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

fix(test): don't use hardcoded temp path

Open JuneStepp opened this issue 2 months ago • 0 comments

Change Summary

Use pytest's tmp_path instead of /tmp. The previous behavior seemed to cause the test to fail in some environments and is generally bad practice.

PR Checklist

JuneStepp avatar Nov 01 '25 15:11 JuneStepp