mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 13:42:59 +00:00
Move link from bool to enum
This commit is contained in:
@@ -7,14 +7,12 @@ basic unittest for the update function
|
||||
|
||||
import unittest
|
||||
import os
|
||||
import yaml
|
||||
|
||||
from dotdrop.config import Cfg
|
||||
from dotdrop.dotdrop import cmd_update
|
||||
from dotdrop.dotdrop import cmd_importer
|
||||
from dotdrop.dotfile import Dotfile
|
||||
|
||||
from tests.helpers import *
|
||||
from tests.helpers import create_dir, get_string, get_tempdir, clean, \
|
||||
create_random_file, create_fake_config, load_config, edit_content
|
||||
|
||||
|
||||
class TestUpdate(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user