Skip to content

Commit 04c43b1

Browse files
committed
feat: Add unit tests for the Binance OHLCV exporter functions and integrate them into the CI pipeline.
1 parent 93fcc45 commit 04c43b1

4 files changed

Lines changed: 406 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434

3535
- name: Version check
3636
run: python binance_ohlcv_exporter.py --version
37+
38+
- name: Run tests
39+
run: python -m pytest tests/ -v

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests>=2.31.0
22
tqdm>=4.66.0
3+
pytest>=7.0.0

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)