apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.12k stars 248 forks source link

fix(python): Eliminate PytestCollectionWarning when running pytest #1917

Closed penguin-wwy closed 3 weeks ago

penguin-wwy commented 3 weeks ago

What does this PR do?

Pytest treats classes starting with "Test" as test classes, avoid using such names for test data.

Related issues

518

Does this PR introduce any user-facing change?

Benchmark