We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/twosigma/beakerx/blob/master/test/run_tests.py#L35
instead of looking for the name of the conda env, just use a cmd line parameter to the script.
run_tests.py lab => run lab tests. run_tests.py nb => run notebook tests.
if neither argument is given, then run "conda list" and look for "jupyterlab" in the results.
the notebook tests should also pass if explicitly run even if lab is installed.
The text was updated successfully, but these errors were encountered:
EfimovVladimir
No branches or pull requests
https://github.com/twosigma/beakerx/blob/master/test/run_tests.py#L35
instead of looking for the name of the conda env, just use a cmd line parameter to the script.
run_tests.py lab => run lab tests.
run_tests.py nb => run notebook tests.
if neither argument is given, then run "conda list" and look for "jupyterlab" in the results.
the notebook tests should also pass if explicitly run even if lab is installed.
The text was updated successfully, but these errors were encountered: