pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
415 stars 36 forks source link

Use the `testex` package for example testing #1017

Closed eitsupi closed 1 month ago

eitsupi commented 2 months ago

https://github.com/dgkf/testex

It may be unnecessary to copy the examples into tests/.

etiennebacher commented 2 months ago

I don't really see the usecase for this. Granted we usually copy examples in the test folder, but often we add additional tests that are not suitable for the examples so using testex wouldn't really reduce the number of lines in the test folder. I'd rather keep all tests in the same place than having them scattered across several folders.

etiennebacher commented 1 month ago

I don't think we need this. I'm open to discuss more about this but for now I'd rather close to clean the issue tracker