Skip to content

Commit

Permalink
fixup! Implement tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Aug 5, 2022
1 parent 19fbd5a commit 74ae759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ def test_notebook_service_available(notebook_service):
assert response.status_code == 200


def test_pip_check(lab_exec):
lab_exec("pip check")


def test_aiidalab_available(lab_exec, nb_user):
output = lab_exec("aiidalab --version", user=nb_user).decode().strip().lower()
assert "aiidalab" in output
Expand Down

0 comments on commit 74ae759

Please sign in to comment.