From 86d76eead5430ec9b36b178dc0f3cb9b8ec20127 Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Wed, 16 Feb 2022 17:20:50 -0500 Subject: add github action, cleanup --- test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test.py') 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): -- cgit v1.2.1