Correct config test path
This commit is contained in:
parent
658e3ca9f1
commit
16503f73dc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import openphoto
|
import openphoto
|
||||||
|
|
||||||
CONFIG_HOME_PATH = os.path.join("test", "config")
|
CONFIG_HOME_PATH = os.path.join("tests", "config")
|
||||||
CONFIG_PATH = os.path.join(CONFIG_HOME_PATH, "openphoto")
|
CONFIG_PATH = os.path.join(CONFIG_HOME_PATH, "openphoto")
|
||||||
|
|
||||||
class TestConfig(unittest.TestCase):
|
class TestConfig(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue