sdb icon indicating copy to clipboard operation
sdb copied to clipboard

automate testing with setup.py

Open sdimitro opened this issue 5 years ago • 1 comments

sdimitro avatar Feb 22 '20 00:02 sdimitro

I think these are the required commands:

cd tests/integration/data
aws s3 cp --no-sign-request s3://sdb-regression-dumps/dump-201912060006.tar.lzma .
tar -x --lzma -f dump-201912060006.tar.lzma
mv dump-data/* .
sudo apt install python3-pip
python3 -m pip install pytest pytest-cov
python3 -m pytest -v --cov sdb --cov-report term tests

ahrens avatar Feb 22 '20 00:02 ahrens