File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " stock_pandas_rs"
3- version = " 5.3.1 "
3+ version = " 5.3.2 "
44edition = " 2021"
55authors = [" Kael Zhang <i+pypi@kael.me>" ]
66description = " High-performance Rust implementation for stock-pandas indicators and directive parsing"
Original file line number Diff line number Diff line change @@ -69,9 +69,11 @@ test-rust:
6969# Run tests with both backends and merge coverage (for 100% coverage)
7070test-coverage :
7171 @rm -f .coverage .coverage.*
72+
7273 @echo "\033[1m>> Running tests with Python backend... <<\033[0m"
7374 STOCK_PANDAS_COW=1 STOCK_PANDAS_BACKEND=python pytest test/test_$(test_files).py --ignore=test/test_benchmark.py --ignore=test/not_for_rust/ --cov=stock_pandas --cov-report= -q
7475 @echo "\033[1m>> Running tests with Rust backend (appending coverage)... <<\033[0m"
76+
7577 STOCK_PANDAS_COW=1 STOCK_PANDAS_BACKEND=rust pytest test/test_$(test_files).py --ignore=test/test_benchmark.py --ignore=test/not_for_rust/ --cov=stock_pandas --cov-report= --cov-append -q
7678 @echo "\033[1m>> Coverage Report... <<\033[0m"
7779 coverage report --show-missing
You can’t perform that action at this time.
0 commit comments