Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Dec 18, 2024
1 parent b046c6d commit 4131fbb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_job_descs.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
Specifying any other argument name will throw an error.
"""

from kiara.interfaces.python_api.models.job import JobTest

# def test_job_desc(example_job_test: JobTest):
#
# example_job_test.run_tests()

def test_job_desc(example_job_test: JobTest):

example_job_test.run_tests()

0 comments on commit 4131fbb

Please sign in to comment.