Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/test/testing/test_recording.py plexnet(Download)
result = self.runpytest(p, "--record=%s" %(rdir)) record = py.test.RecordDir(result) testrun = record.getlastrun() assert testrun.sys.platform == sys.platform assert testrun.sys.version_info == sys.version_info