git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
97cdac2
)
Order import statements in groups.
author
Ben Finney
<redacted>
Sat, 2 Dec 2017 02:29:20 +0000
(13:29 +1100)
committer
Ben Finney
<redacted>
Sat, 2 Dec 2017 02:29:20 +0000
(13:29 +1100)
tests/test_xkcdpass.py
patch
|
blob
|
history
diff --git
a/tests/test_xkcdpass.py
b/tests/test_xkcdpass.py
index 941c84bab0addad92fad498ff8072af904e04882..0124c44deea1d36d6f86968006b9e7a95d0ef08a 100644
(file)
--- a/
tests/test_xkcdpass.py
+++ b/
tests/test_xkcdpass.py
@@
-1,8
+1,10
@@
-import unittest
-import subprocess
import re
+import subprocess
+import unittest
+
from xkcdpass import xkcd_password
+
WORDFILE = 'xkcdpass/static/legacy'
git clone https://git.99rst.org/PROJECT