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/true-value.py | |
| 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/true-value.py')
| -rw-r--r-- | tests/float/true-value.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/float/true-value.py b/tests/float/true-value.py deleted file mode 100644 index df415f003..000000000 --- a/tests/float/true-value.py +++ /dev/null @@ -1,7 +0,0 @@ -# Test true-ish value handling - -if not 0.0: - print("float 0") - -if not 0+0j: - print("complex 0") |
