Closed wangzw closed 7 years ago
Hi, copy test_data_example.py
to test_data.py
, and fill out the options would fix the error.
============================================== ERRORS ===============================================
___________________________ ERROR collecting tests/commands/test_base.py ____________________________
ImportError while importing test module '/hashdata/qsctl/tests/commands/test_base.py'.
Original error message:
'cannot import name test_bucket1'
Make sure your test modules/packages have valid Python names.
seems test_data_example.py
is overaged
@wangzw Sorry for my mistake, the test_data_example.py
is outdated.
The right format is :
zone = 'pek3a'
test_bucket1 = 'your-test-bucket1'
test_bucket2 = 'your-test-bucket2'
retry_wait_time = 3
max_retries = 60
I will update it later.