Rev423, Rewrite and reorganize test using pytest, New PhantomJS based browser tests, Fix html requests error without wrapper nonce, Indent json files with 1 space

This commit is contained in:
HelloZeroNet 2015-09-20 00:27:54 +02:00
parent 93312ae129
commit e00537ba57
16 changed files with 575 additions and 584 deletions

View file

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.3.2"
self.rev = 420
self.rev = 423
self.argv = argv
self.action = None
self.createParser()