Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Feb 10, 2017
1 parent 41b5962 commit 7fd6ad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/online_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def teardown_module(module):
gc.delete(sheet['name'])


@pytest.mark.skip()
# @pytest.mark.skip()
class TestPyGsheets(object):

@pytest.mark.order1
Expand All @@ -71,7 +71,7 @@ def test_delete(self):
dummy = [x for x in gc._spreadsheeets if x["name"] == config_title][0]


@pytest.mark.skip()
# @pytest.mark.skip()
class TestClient(object):
def setup_class(self):
title = config.get('Spreadsheet', 'title')
Expand Down Expand Up @@ -101,7 +101,7 @@ def test_open_url(self):
assert spreadsheet.id == self.spreadsheet.id


@pytest.mark.skip()
# @pytest.mark.skip()
class TestSpreadSheet(object):
def setup_class(self):
title = config.get('Spreadsheet', 'title')
Expand Down Expand Up @@ -184,7 +184,7 @@ def test_updated(self):
assert has_match


@pytest.mark.skip()
# @pytest.mark.skip()
class TestWorkSheet(object):
def setup_class(self):
title = config.get('Spreadsheet', 'title')
Expand Down

0 comments on commit 7fd6ad5

Please sign in to comment.