diff options
| author | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 17:20:50 -0500 |
|---|---|---|
| committer | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 17:20:50 -0500 |
| commit | 86d76eead5430ec9b36b178dc0f3cb9b8ec20127 (patch) | |
| tree | d1f4583b424e336fac34b42b07b8f7a33f7607cd /test.py | |
| parent | a90d96778a004a9f2fdc232debcd72fdb5bbf085 (diff) | |
| download | python-slugify-86d76eead5430ec9b36b178dc0f3cb9b8ec20127.tar.gz | |
add github action, cleanup
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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): |
