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    
gevent / src / greentest
  ..
  3.4
  coveragesite
  2.7.8
  3.5
  2.7
  2.7pypy
  3.7
  3.6
  3.5pypy
  monkey_package
  greentest
  test__issue639.py
  test__socket_dns.py
  test__core.py
  test__issue330.py
  test__socket.py
  test__subprocess_poll.py
  test__threading.py
  xtest__server_close.py
  test_server.key
  sha256.pem
  test__core_async.py
  _imports_at_top_level.py
  test__select.py
  test__monkey_scope.py
  test__socketpair.py
  test__monkey_sigchld.py
  lock_tests.py
  test__core_stat.py
  test__makefile_ref.py
  test__ssl.py
  nullcert.pem
  test__greenness.py
  test__example_udp_client.py
  server.key
  test__examples.py
  test__util.py
  test_close_backend_fd.py
  test__core_watcher.py
  https_svn_python_org_root.pem
  test__socket_dns6.py
  test___ident.py
  test__threading_vs_settrace.py
  test__issue230.py
  tests_that_dont_monkeypatch.txt
  test__timeout.py
  test__sleep0.py
  test__monkey_hub_in_thread.py
  tests_that_dont_do_leakchecks.txt
  test__os.py
  test__threading_patched_local.py
  test__all__.py
  test__issue607.py
  test___monkey_patching.py
  test__import_wait.py
  test__socket_send_memoryview.py
  test__server_pywsgi.py
  test__fileobject.py
  test__monkey_builtins_future.py
  _blocks_at_top_level.py
  test__import_blocking_in_greenlet.py
  test__core_callback.py
  test__issue_728.py
  test__monkey_sigchld_2.py
  test___example_servers.py
  test__threading_monkey_in_thread.py
  test__example_udp_server.py
  hosts_file.txt
  test__destroy.py
  test__threadpool.py
  test_ares_timeout.py
  test__monkey_sigchld_3.py
  wrongcert.pem
  test__monkey.py
  known_failures.py
  _imports_imports_at_top_level.py
  .coveragerc
  test__subprocess.py
  test__threading_before_monkey.py
  test__api.py
  test__monkey_multiple_imports.py
  test__joinall.py
  test__monkey_logging.py
  test__nondefaultloop.py
  test_threading_2.py
  test__core_loop_run.py
  test_hub_join_timeout.py
  xtest_signal.py
  test__greenletset.py
  test__backdoor.py
  test__GreenletExit.py
  keycert.pem
  test__refcount.py
  test__refcount_core.py
  test__hub.py
  test__doctests.py
  test_queue.py
  test_hub_join.py
  test__greenlet.py
  test___config.py
  .coveragerc-pypy
  _import_wait.py
  test__destroy_default_loop.py
  xtest__benchmarks.py
  test__core_timer.py
  test__issues461_471.py
  server.crt
  test__issue6.py
  test__events.py
  xtest__issue91.py
  xtest_stdlib.py
  test__greenio.py
  test__environ.py
  test__getaddrinfo_import.py
  badkey.pem
  test__threading_native_before_monkey.py
  test__local.py
  test__api_timeout.py
  test__issue467.py
  test__threading_holding_lock_while_monkey.py
  test__monkey_selectors.py
  test__socket_close.py
  test__pool.py
  test__order.py
  test_server.crt
  test___monitor.py
  test__issue600.py
  test__memleak.py
  test__execmodules.py
  test__example_portforwarder.py
  test__systemerror.py
  test__exc_info.py
  test__socket_ex.py
  test__socket_errors.py
  test_issue112.py
  badcert.pem
  test__server.py
  test__core_loop_run_sig_mod.py
  test__socket_timeout.py
  test__pywsgi.py
  test__semaphore.py
  test__core_fork.py
  README.rst
  test__monkey_ssl_warning3.py
  test__loop_callback.py
  getaddrinfo_module.py
  test__threadpool_executor_patched.py
  test__subprocess_interrupted.py
  test__real_greenlet.py
  test__ares_host_result.py
  test__monkey_ssl_warning2.py
  test__example_echoserver.py
  _import_import_patch.py
  test__queue.py
  test__socket_ssl.py
  test__monkey_ssl_warning.py
  tests_that_dont_use_resolver.txt
  test__event.py
  test__signal.py
  _import_patch.py
  test__compat.py
  testrunner.py
Size: Mime:
=================
 Versioned Tests
=================

The test directories that begin with a number (e.g., 2.7 and 3.5) are
copies of the standard library tests for that specific version of
Python. Each directory has a ``version`` file that identifies the
specific point release the tests come from. The tests are only
expected to pass if the version of python running the tests exactly
matches the version in that file. If this is not the case, the test
runner will print a warning.

.. caution:: For ease of updating the standard library tests, gevent
             tries very hard not to modify the tests if at all
             possible. Prefer to use the ``patched_tests_setup.py`` or
             ``known_failures.py`` file if necessary.