Skip to content

Commit

Permalink
skip rootdirs tests until implemented
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <miigotu@gmail.com>
  • Loading branch information
miigotu committed Mar 1, 2024
1 parent 41a4e58 commit a1d1b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_rootdirs.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import logging
import tempfile
from pathlib import Path
from unittest import TestCase
from unittest import skip, TestCase
from unittest.mock import patch

from sickchill.helper.rootdirs import RootDirectories

logging.basicConfig(format="{levelname} :: {message}", style="{", level=logging.DEBUG)


@skip("Not implemented")
class TestRootDirectories(TestCase):
path_one = None
path_two = None
Expand Down

0 comments on commit a1d1b3e

Please sign in to comment.