Example #1
0
File: manage.py Project: tekd/noi2
def getstats():
    """
    Generate statistics about the current deployment.
    """

    import json
    print json.dumps(stats.generate(), sort_keys=True, indent=2)
Example #2
0
def getstats():
    """
    Generate statistics about the current deployment.
    """

    import json
    print json.dumps(stats.generate(), sort_keys=True, indent=2)
Example #3
0
 def test_smoke(self):
     stats.generate()
Example #4
0
 def test_smoke(self):
     stats.generate()