Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytest / bench / empty.py
Size: Mime:
import py
for i in range(1000):
    py.builtin.exec_("def test_func_%d(): pass" % i)