made tests run
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import yaml
|
||||
|
||||
config_file = "src/config.yml"
|
||||
config_file = "config.yml"
|
||||
|
||||
|
||||
def get_config():
|
||||
with open(file=config_file, mode='r') as file:
|
||||
print(yaml.safe_load(file))
|
||||
return Config(yaml.safe_load(file))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user