mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-11 22:29:36 +01:00
Prototype for test file
This commit is contained in:
9
headphones/config_test.py
Normal file
9
headphones/config_test.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import unittest
|
||||
from unittest import TestCase
|
||||
import mock
|
||||
|
||||
from headphones.config import path
|
||||
|
||||
class ConfigPathTest(TestCase):
|
||||
def test_path(self):
|
||||
self.assertFalse(True)
|
||||
Reference in New Issue
Block a user