Files
python-ceilometerclient/ceilometerclient/tests
Cyril Roelandt ce87356c65 Python 3: fix test_sample_list
Change the counter_volume field of "fake" samples to get compatibility with
both Python 2 and 3.

In Python 2:

    >>> print(str(0.261666666666667))
    0.261666666667

In Python 3:
    >>> print(str(0.261666666666667))
    0.261666666666667

Change-Id: I4beed7aff7e89f891024975b9df9208c987dc87c
2014-01-10 02:01:46 +01:00
..
2014-01-10 02:01:46 +01:00
2013-06-30 22:40:55 -07:00
2013-11-22 11:03:42 +08:00
2013-12-16 17:14:39 +01:00
2013-10-28 09:08:40 +09:00
2013-10-21 12:20:03 +08:00