Prototype for test file

This commit is contained in:
maxkoryukov
2016-02-02 16:54:04 +05:00
parent 028cfaa44c
commit beacc6ed1e

View 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)