Skip to content

Commit

Permalink
adds some failing tests for api funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaudio committed Feb 26, 2015
1 parent 8c613f0 commit c3e4e5f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions stolos/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,24 @@ def test_get_job_ids_by_status(app1, job_id1, job_id2, job_id3, zk):
[u'20140606_1111_profile'],
api.get_job_ids_by_status(
app1, zk, completed=True, failed=True, regexp=r'.*_1111_.*'))


@tt.with_setup
def test_initialize():
raise NotImplemented


@tt.with_setup
def test_configure_logging():
raise NotImplemented


@tt.with_setup
def test_visualize_dag():
raise NotImplemented


@tt.with_setup
def test_get_job_id_template():
raise NotImplemented
# TODO: what am I missing?

0 comments on commit c3e4e5f

Please sign in to comment.