Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/y/pyshould-HEAD/tests/patch.py pyshould(Download)
def test_should_any(self): [1,2,3].should_any.eq(2) def test_should_none(self): [1,2,3].should_none.eq(5)
src/p/y/pyshould-0.5.5/tests/patch.py pyshould(Download)
def test_should_any(self): [1,2,3].should_any.eq(2) def test_should_none(self): [1,2,3].should_none.eq(5)