Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(252) | Call(0) | Derive(0) | Import(252)
pytest: unit and functional testing with Python.
src/p/a/paradocx-1.1/test/test_sample.py paradocx(Download)
import hashlib import py.test from paradocx.package import WordPackage
src/p/y/pystachio-0.7.2/setup.py pystachio(Download)
def run(self): import sys, subprocess try: from py import test as pytest except ImportError:
src/p/d/pdbpp-0.7.2/pdb.py pdbpp(Download)
def _disable_pytest_capture_maybe(self): try: import py.test py.test.config # force to raise ImportError if pytest is not # installed
src/p/y/pystachio-HEAD/setup.py pystachio(Download)
def run(self): import sys, subprocess try: from py import test as pytest except ImportError:
src/t/i/tiddlyweb-HEAD/test/test_web_tiddler.py tiddlyweb(Download)
import sys import py.test import httplib2
src/t/i/tiddlyweb-HEAD/test/test_web.py tiddlyweb(Download)
import sys import py.test import tiddlyweb.web
src/t/i/tiddlyweb-HEAD/test/test_validate.py tiddlyweb(Download)
import sys sys.path.insert(0, '.') import py.test
src/t/i/tiddlyweb-HEAD/test/test_user.py tiddlyweb(Download)
import py.test from tiddlyweb.model.user import User
src/t/i/tiddlyweb-HEAD/test/test_store_user.py tiddlyweb(Download)
import os import py.test
src/t/i/tiddlyweb-HEAD/test/test_store_tiddler.py tiddlyweb(Download)
from .fixtures import tiddlers, reset_textstore, _teststore import py.test expected_stored_filename = os.path.join('store', 'bags', 'bagone',
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next