python-swiftclient/test
Tim Burke 373fa26ce1 Correctly aggregate totals for >10k items
Previously, we would write out totals for every page of listings, like

    $ swift list sync --prefix=09-21 --total -l
     80000000000
     80000000000
     80000000000
     58096000000

Now, roll those all into a single total:

    $ swift list sync --prefix=09-21 --total -l
    298096000000

Change-Id: Icc265636815220e33e8c9eec0a3ab80e9f899038
2021-09-21 16:06:56 -07:00
..
functional Add cacert test config option 2020-04-13 22:29:44 -07:00
unit Correctly aggregate totals for >10k items 2021-09-21 16:06:56 -07:00
__init__.py Rename "tests" directory to be "test" like in the swift repo 2019-11-06 03:48:02 +00:00
sample.conf Merge "Add cacert test config option" 2020-09-23 22:14:55 +00:00