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