containerit icon indicating copy to clipboard operation
containerit copied to clipboard

Validate containerization with test-build

Open MatthiasHinz opened this issue 7 years ago • 0 comments

Expands on an idea mentioned in https://github.com/o2r-project/containerit/issues/6#issuecomment-273216858

After a session (or workspace or something else) was containerized, a user may be able to test-build an image in order to verify that

(1) The build is successful (2) The local session matches the dockerized session (3) More ideas?

1 and 2 can be achieved analog to tests/testthat/test_sessioninfo_reproduce.R, by turning the test into feature

MatthiasHinz avatar Jan 26 '17 18:01 MatthiasHinz