def test_stdev(self): m = stdev(self.ints) assert m == 2886.8956799071675
def stdev(self, ): """ """ return stats.stdev(self.values())