Skip to content
Snippets Groups Projects
Commit 4c3c6754 authored by Todor Kondić's avatar Todor Kondić
Browse files

test-integration: Saves obtained test state for further diagnosis.

parent 6676a55f
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,7 @@ test_that("Extraction returns what is needed.",{
m = run(envopts=eo,m=m,phase="extract")
m = run(envopts=eo,m=m,phase="prescreen")
saveRDS(m,file.path(projd,"test.rds"))
browser()
expect_true(1==1)
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment