Skip to content

Commit

Permalink
another test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Providence-o committed Oct 3, 2024
1 parent 69b2107 commit f8547b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/cli/test_kill_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,24 @@

def test_get_jobs_no_jobs():
# TODO: expect RuntimeError

# set a string to use as a partial id
partial_job_id = "1234"
partial_job_ids = [partial_job_id]

kill_job.get_jobs(partial_job_ids)


def test_get_jobs_no_match():
# TODO: expect RuntimeError
pass


def test_get_jobs_multiple_matches():
# TODO: test confirmation
pass


def test_get_jobs_multiple_params_partial(db, monkeypatch):
# TODO: kill_jobs.get_jobs(["1234", "5678"])
pass
Expand Down

0 comments on commit f8547b0

Please sign in to comment.