mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
feat: add czv, czv-wasm, and czv-python (init release)
This commit is contained in:
commit
9799ab694b
40 changed files with 70383 additions and 0 deletions
7
czv-python/tests/test_data.py
Normal file
7
czv-python/tests/test_data.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import pathlib
|
||||
|
||||
data_path = pathlib.Path(__file__).parent.resolve().joinpath("data")
|
||||
test_data = {
|
||||
file_name: data_path.joinpath(file_name)
|
||||
for file_name in ["fruits.csv", "constituents_altnames.csv"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue