bump version
This commit is contained in:
commit
17ef138c21
6 changed files with 11 additions and 6 deletions
|
@ -12,6 +12,9 @@ from utils import identifyhome, createdirs
|
|||
from etc import onionrvalues
|
||||
|
||||
class TestOnionrValues(unittest.TestCase):
|
||||
def test_api_version(self):
|
||||
self.assertEqual(onionrvalues.API_VERSION, '1')
|
||||
|
||||
def test_default_expire(self):
|
||||
self.assertEqual(onionrvalues.DEFAULT_EXPIRE, 2678400)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue