Skip to content

Instantly share code, notes, and snippets.

View akondapalli's full-sized avatar

Ashwin Kondapalli akondapalli

View GitHub Profile
@akondapalli
akondapalli / conftest.py
Last active November 3, 2015 01:07
PyLodge sample implementation
__author__ = 'ashwin'
import os
import re
import json
from selenium import webdriver
import pytest
import redis
import inspect
desired_caps = []