ray/test
Alok Singh cdf94c18a4 Clean up syntax for supported Python versions. (#1963)
* Use set/dict literal syntax

Ran code through [pyupgrade](https://github.com/asottile/pyupgrade). This is
supported in every Python version 2.7+.

* Drop unnecessary string format specification

No need to specify 0,1.. if paramters are passed in order.

* Revert "Drop unnecessary string format specification"

This reverts commit efa5ec85d30ff69f34e5ed93e31343fea7647bcb.

* Undo changes to cloudpickle

Drop use of set literal until cloudpickle uses it.

* Reformat code with YAPF

We need to set up a git pre-push hook to automatically run this stuff.
2018-05-03 07:45:11 -07:00
..
jenkins_tests [tune] [rllib] Automatically determine RLlib resources and add queueing mechanism for autoscaling (#1848) 2018-04-16 16:58:15 -07:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Clean up syntax for supported Python versions. (#1963) 2018-05-03 07:45:11 -07:00
array_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
autoscaler_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
component_failures_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
credis_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
cython_test.py Add basic functionality for Cython functions and actors (#1193) 2017-11-09 17:49:06 -08:00
failure_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
microbenchmarks.py Move calls to ray.worker.cleanup into tearDown part of tests for isolation. (#1433) 2018-01-22 22:54:56 -08:00
monitor_test.py Start chain replicated GCS with Ray (#1538) 2018-03-07 10:18:58 -08:00
multi_node_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
recursion_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
runtest.py Clean up syntax for supported Python versions. (#1963) 2018-05-03 07:45:11 -07:00
stress_tests.py Clean up syntax for supported Python versions. (#1963) 2018-05-03 07:45:11 -07:00
tensorflow_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00
xray_test.py Lint Python files with Yapf (#1872) 2018-04-11 10:11:35 -07:00