We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
either via $ python3 setup.py test or attempting a debian packaging
$ python3 setup.py test
> assert fams[0].samples == [('temper_temperature_celsius', {'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, 22)] E AssertionError: assert [Sample(name=...xemplar=None)] == [('temper_temp...ING___'}, 22)] E At index 0 diff: Sample(name='temper_temperature_celsius', labels={'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, value=22, timestamp=None, exemplar=None) != ('temper_temperature_celsius', {'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, 22) E Use -v to get the full diff test/test_exporter.py:33: AssertionError
seems a pretty straight forward fix, I'll try to bake it
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
either via
$ python3 setup.py test
or attempting a debian packagingseems a pretty straight forward fix, I'll try to bake it
The text was updated successfully, but these errors were encountered: