summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2015-04-11 22:03:34 -0400
committerVal Neekman <val@neekware.com>2015-04-11 22:03:34 -0400
commitf90ecf1905c9d06f32e676a2dcaff311f82df868 (patch)
treeadb49e182792a29fb3381425262beee8484c91ec /test.py
parentf64f1a3e84a73d54def5f89130c07a7b0814424e (diff)
downloadpython-slugify-f90ecf1905c9d06f32e676a2dcaff311f82df868.tar.gz
remove 2to3 depenancy, add save word order
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.py b/test.py
index 7471997..88027ee 100644
--- a/test.py
+++ b/test.py
@@ -96,6 +96,5 @@ class TestSequenceFunctions(unittest.TestCase):
r = slugify(txt, max_length=12, word_boundary=True, save_order=True)
self.assertEqual(r, "one-two")
-
if __name__ == '__main__':
- unittest.main() \ No newline at end of file
+ unittest.main()