Use case: matplotlib is a popular 3rd-party plotting library for Python. However exercises using matplotlib cannot be created because matplotlib is not available to TESTed.
A solution for this use-case only would be to install matplotlib at TESTed image build-time. However it might be useful to add a way to specify dependencies to the test suite DSL?
Use case:
matplotlib
is a popular 3rd-party plotting library for Python. However exercises using matplotlib cannot be created because matplotlib is not available to TESTed.A solution for this use-case only would be to install
matplotlib
at TESTed image build-time. However it might be useful to add a way to specify dependencies to the test suite DSL?