Duke-GCB / DukeDSClient

Command line program to allow uploading, downloading, and managing projects in the duke-data-service.
MIT License
5 stars 6 forks source link

Re-introduce fragile tests #211

Closed johnbradley closed 6 years ago

johnbradley commented 6 years ago

Travis started failing when running two tests due to sorting differences: https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L102 https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L112 Failing test: https://travis-ci.org/Duke-GCB/DukeDSClient/jobs/439214809#L1047

These tests use a really fragile and clunky string comparison method.

These tests were removed on #210