Overview
Comment: | 2025 Mar 05 fix test_docs_v0.5.md |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
da53d8a18a7ab7e49aee7abfdc68d752 |
User & Date: | sisrahtak on 2025-03-05 17:46:33 |
Other Links: | manifest | tags | edit |
Context
2025-03-05
| ||
21:20 | 2025 Mar 05 add some info into linguistic, temporal and sources tables; fix a bug in the temporal table header check-in: 5673d24338 user: sisrahtak tags: trunk | |
17:46 | 2025 Mar 05 fix test_docs_v0.5.md check-in: da53d8a18a user: sisrahtak tags: trunk | |
17:45 | 2025 Mar 05 add tests v0.5 check-in: fca9ddb8f7 user: sisrahtak tags: trunk | |
Changes
Modified tests/test_docs_v0.5.md
from [9d47ddd9af]
to [d76519318c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + + | # Structure ``` tests/ ├── __init__.py # Marks this as a Python package ├── config.py # Configuration (e.g., database connection details) ├── schema.py # Table creation and schema definitions ├── csv_loader.py # CSV loading logic ├── validators.py # Validation checks (schema, logic, data quality) └── main.py # Entry point to tie everything together ``` ## __init__.py Empty. ## config.py This file holds configuration details, such as database connection parameters and CSV file paths. |
︙ |