Refactor utils out into cliutils package.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import httpclient, json, os, osproc, sequtils, strutils, tempfile, times, unittest, untar
|
||||
import cliutils, httpclient, json, os, osproc, sequtils, strutils, tempfile,
|
||||
times, unittest, untar
|
||||
|
||||
from langutils import sameContents
|
||||
|
||||
import ../testutil
|
||||
import ../../../main/nim/strawbosspkg/configuration
|
||||
import ../../../main/nim/strawbosspkg/private/util
|
||||
|
||||
let apiBase = "http://localhost:8180/api"
|
||||
let cfgFilePath = "src/test/json/strawboss.config.json"
|
||||
|
@ -1,12 +1,11 @@
|
||||
import asyncdispatch, httpclient, json, os, osproc, sequtils, strutils,
|
||||
times, unittest
|
||||
import asyncdispatch, cliutils, httpclient, json, os, osproc, sequtils,
|
||||
strutils, times, unittest
|
||||
|
||||
from langutils import sameContents
|
||||
|
||||
import ../testutil
|
||||
import ../../../main/nim/strawbosspkg/configuration
|
||||
import ../../../main/nim/strawbosspkg/server
|
||||
import ../../../main/nim/strawbosspkg/private/util
|
||||
|
||||
let apiBase = "http://localhost:8180/api"
|
||||
let cfgFilePath = "src/test/json/strawboss.config.json"
|
||||
|
Reference in New Issue
Block a user