Updating unit tests for io.files split
parent
951d46ccdc
commit
023ae576b5
|
@ -2,7 +2,8 @@ IN: io.monitors.tests
|
|||
USING: io.monitors tools.test io.files system sequences
|
||||
continuations namespaces concurrency.count-downs kernel io
|
||||
threads calendar prettyprint destructors io.timeouts
|
||||
io.files.temp io.directories io.pathnames ;
|
||||
io.files.temp io.directories io.directories.hierarchy
|
||||
io.pathnames ;
|
||||
|
||||
os { winnt linux macosx } member? [
|
||||
[
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
USING: math kernel sequences io.files tools.crossref tools.test
|
||||
parser namespaces source-files generic definitions ;
|
||||
USING: math kernel sequences io.files io.pathnames
|
||||
tools.crossref tools.test parser namespaces source-files generic
|
||||
definitions ;
|
||||
IN: tools.crossref.tests
|
||||
|
||||
GENERIC: foo
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
IN: tools.deploy.tests
|
||||
USING: tools.test system io.files kernel tools.deploy.config
|
||||
tools.deploy.config.editor tools.deploy.backend math sequences
|
||||
io.launcher arrays namespaces continuations layouts accessors
|
||||
io.encodings.ascii urls math.parser ;
|
||||
USING: tools.test system io.files io.files.temp kernel
|
||||
tools.deploy.config tools.deploy.config.editor
|
||||
tools.deploy.backend math sequences io.launcher arrays
|
||||
namespaces continuations layouts accessors io.encodings.ascii
|
||||
urls math.parser ;
|
||||
|
||||
: shake-and-bake ( vocab -- )
|
||||
[ "test.image" temp-file delete-file ] ignore-errors
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USING: tools.test tools.vocabs.monitor io.files ;
|
||||
USING: tools.test tools.vocabs.monitor io.pathnames ;
|
||||
IN: tools.vocabs.monitor.tests
|
||||
|
||||
[ "kernel" ] [ "core/kernel/kernel.factor" path>vocab ] unit-test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USING: assocs ui.tools.search help.topics io.files io.styles
|
||||
USING: assocs ui.tools.search help.topics io.pathnames io.styles
|
||||
kernel namespaces sequences source-files threads
|
||||
tools.test ui.gadgets ui.gestures vocabs accessors
|
||||
vocabs.loader words tools.test.ui debugger calendar ;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
USING: arrays math parser tools.test kernel generic words
|
||||
io.streams.string namespaces classes effects source-files
|
||||
assocs sequences strings io.files definitions continuations
|
||||
sorting classes.tuple compiler.units debugger vocabs
|
||||
vocabs.loader accessors eval combinators lexer ;
|
||||
io.streams.string namespaces classes effects source-files assocs
|
||||
sequences strings io.files io.pathnames definitions
|
||||
continuations sorting classes.tuple compiler.units debugger
|
||||
vocabs vocabs.loader accessors eval combinators lexer ;
|
||||
IN: parser.tests
|
||||
|
||||
\ run-file must-infer
|
||||
|
|
Loading…
Reference in New Issue