Closed Bubblyworld closed 2 years ago
See #93. Runs a docker container with the user's configured docker image, installs any configured dependencies from a requirements.txt and then runs import blah for each of the import statements in the user's notebook code.
import blah
Some examples of successful/unsuccessful calls to same verify:
same verify
1 files 1 suites 43s :stopwatch: 71 tests 57 :heavy_check_mark: 14 :zzz: 0 :x:
Results for commit c482cfaf.
See #93. Runs a docker container with the user's configured docker image, installs any configured dependencies from a requirements.txt and then runs
import blah
for each of the import statements in the user's notebook code.