mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
move overrides earlier in the execution
use existing configs instead of custom make format clean up imports
This commit is contained in:
parent
c8e09b023f
commit
1df4b74e53
5 changed files with 23 additions and 27 deletions
|
@ -1,17 +1,14 @@
|
|||
from jrnl.jrnl import run
|
||||
from jrnl.os_compat import split_args
|
||||
from unittest import mock
|
||||
|
||||
# from __future__ import with_statement
|
||||
from jrnl.args import parse_args
|
||||
import os
|
||||
from behave import given, when, then
|
||||
import yaml
|
||||
from yaml.loader import FullLoader
|
||||
from behave import given, then
|
||||
|
||||
import jrnl
|
||||
|
||||
from features.steps.core import _mock_time_parse
|
||||
from features.steps.core import _mock_getpass, _mock_time_parse
|
||||
|
||||
|
||||
@given("we use the config {config_file}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue