diff options
| author | Damien George | 2014-07-05 06:14:29 +0100 |
|---|---|---|
| committer | Damien George | 2014-07-05 06:14:29 +0100 |
| commit | 539681fffd96082ca3b5d18643d4f08f65c47170 (patch) | |
| tree | 7e6f8332c6e7737b768750e67265bb02b22932e6 /tests/float | |
| parent | 0182385ab0b4a1b2e549c92f8f5b621135aeb975 (diff) | |
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
Diffstat (limited to 'tests/float')
| -rw-r--r-- | tests/float/builtin_float_minmax.py (renamed from tests/float/builtin-float-minmax.py) | 0 | ||||
| -rw-r--r-- | tests/float/int_divzero.py (renamed from tests/float/int-divzero.py) | 0 | ||||
| -rw-r--r-- | tests/float/list_index.py (renamed from tests/float/list-index.py) | 0 | ||||
| -rw-r--r-- | tests/float/math_fun.py (renamed from tests/float/math-fun.py) | 0 | ||||
| -rw-r--r-- | tests/float/math_fun_bool.py (renamed from tests/float/math-fun-bool.py) | 0 | ||||
| -rw-r--r-- | tests/float/string_format.py (renamed from tests/float/string-format.py) | 0 | ||||
| -rw-r--r-- | tests/float/string_format_modulo.py (renamed from tests/float/string-format-modulo.py) | 0 | ||||
| -rw-r--r-- | tests/float/true_value.py (renamed from tests/float/true-value.py) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/tests/float/builtin-float-minmax.py b/tests/float/builtin_float_minmax.py index ce45a768a..ce45a768a 100644 --- a/tests/float/builtin-float-minmax.py +++ b/tests/float/builtin_float_minmax.py diff --git a/tests/float/int-divzero.py b/tests/float/int_divzero.py index b037dd8c7..b037dd8c7 100644 --- a/tests/float/int-divzero.py +++ b/tests/float/int_divzero.py diff --git a/tests/float/list-index.py b/tests/float/list_index.py index 13e4557af..13e4557af 100644 --- a/tests/float/list-index.py +++ b/tests/float/list_index.py diff --git a/tests/float/math-fun.py b/tests/float/math_fun.py index fa111e33e..fa111e33e 100644 --- a/tests/float/math-fun.py +++ b/tests/float/math_fun.py diff --git a/tests/float/math-fun-bool.py b/tests/float/math_fun_bool.py index 57232857a..57232857a 100644 --- a/tests/float/math-fun-bool.py +++ b/tests/float/math_fun_bool.py diff --git a/tests/float/string-format.py b/tests/float/string_format.py index b5ff68b8c..b5ff68b8c 100644 --- a/tests/float/string-format.py +++ b/tests/float/string_format.py diff --git a/tests/float/string-format-modulo.py b/tests/float/string_format_modulo.py index ddca0b555..ddca0b555 100644 --- a/tests/float/string-format-modulo.py +++ b/tests/float/string_format_modulo.py diff --git a/tests/float/true-value.py b/tests/float/true_value.py index df415f003..df415f003 100644 --- a/tests/float/true-value.py +++ b/tests/float/true_value.py |
