Update test_building_objects.py
This commit is contained in:
parent
42c2f73da8
commit
35f3ed975f
@ -9,11 +9,6 @@ from pathlib import Path
|
|||||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||||
from music_kraken import objects
|
from music_kraken import objects
|
||||||
|
|
||||||
"""
|
|
||||||
Testing the Formatted text is barely possible cuz one false character and it fails.
|
|
||||||
Not worth the trouble
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
class TestSong(unittest.TestCase):
|
class TestSong(unittest.TestCase):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user