test_summary.py 214 B

123456789101112
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. from draugr.metrics import MetricSummary
  4. __author__ = "Christian Heider Nielsen"
  5. __doc__ = r"""
  6. """
  7. def test_summary_construction():
  8. MetricSummary()