Commit fccf36d9 authored by Vincent Pelletier's avatar Vincent Pelletier

Make tests executable

To avoid setup.py deprecation warnings without adding new dependencies.
parent ca5ae218
......@@ -150,3 +150,6 @@ class TestTimeEnconding(ApacheDEXTestCase):
fout.seek(0)
state = json.load(fout)
self.assertEqual(state[0][1]['apdex']['2017/07/14 09:41']['duration_max'], 1000000)
if __name__ == '__main__':
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment