You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: