Update test_building_objects.py
This commit is contained in:
@@ -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):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user