PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.58k stars 208 forks source link

test: Adjust test to avoid writing to the repo #4681

Closed max-sixty closed 2 days ago

max-sixty commented 2 days ago

The existing code was inconvenient when running a program which watched files and ran tests when they changed, since it would run in an infinite loop.

This code fixes this to instead write to a temp file, at the cost of verbosity in the test