mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-08 06:12:50 -04:00
Ported tests to python3 (#261)
This commit is contained in:
parent
a8c8b56fa1
commit
f864e85ee3
2 changed files with 3 additions and 6 deletions
|
@ -22,6 +22,7 @@ from nose import with_setup
|
|||
|
||||
def test_generate_slug_length():
|
||||
"""generates a 26-character slug"""
|
||||
web.generate_slug()
|
||||
assert len(web.slug) == 26
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue