summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 17:20:50 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 17:20:50 -0500
commit86d76eead5430ec9b36b178dc0f3cb9b8ec20127 (patch)
treed1f4583b424e336fac34b42b07b8f7a33f7607cd /test.py
parenta90d96778a004a9f2fdc232debcd72fdb5bbf085 (diff)
downloadpython-slugify-86d76eead5430ec9b36b178dc0f3cb9b8ec20127.tar.gz
add github action, cleanup
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 ddf1bf4..752c499 100644
--- a/test.py
+++ b/test.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import io
-import os
import sys
import unittest
from contextlib import contextmanager
@@ -10,7 +9,7 @@ from slugify import smart_truncate
from slugify.__main__ import slugify_params, parse_args
-class TestSlugification(unittest.TestCase):
+class TestSlugify(unittest.TestCase):
def test_extraneous_seperators(self):