#!/usr/bin/env python3 # -*- coding: utf-8 -*- from draugr.metrics import MetricSummary __author__ = "Christian Heider Nielsen" __doc__ = r""" """ def test_summary_construction(): MetricSummary()