Navigation Menu

Skip to content

Commit

Permalink
skiping remote webdriver tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Mar 19, 2012
1 parent ef8df44 commit 0b4a278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_webdriver_remote.py
Expand Up @@ -9,7 +9,10 @@
from fake_webapp import EXAMPLE_APP
from base import WebDriverTests

import sys


@unittest.skipUnless('-remote' in sys.argv, 'Skipping the remote webdriver tests')
class RemoteBrowserTest(WebDriverTests, unittest.TestCase):

@classmethod
Expand Down

0 comments on commit 0b4a278

Please sign in to comment.