Beispiel #1
0
 def test_parse_percentile3(self):
     string = '80'
     assert gmu.parse_percentile(string) is None
Beispiel #2
0
 def test_parse_percentile2(self):
     string = '80-percentile'
     assert 80 == gmu.parse_percentile(string)
Beispiel #3
0
 def test_parse_percentile1(self):
     string = 'Any'
     assert 100 == gmu.parse_percentile(string)
Beispiel #4
0
 def test_parse_percentile3(self):
     string = '80'
     assert gmu.parse_percentile(string) is None
Beispiel #5
0
 def test_parse_percentile2(self):
     string = '80-percentile'
     assert 80 == gmu.parse_percentile(string)
Beispiel #6
0
 def test_parse_percentile1(self):
     string = 'Any'
     assert 100 == gmu.parse_percentile(string)