Commit a17b995
committed
tests/basics/string_fstring.py: Refactor the float part of the test.
This commit refactors `basics/string_fstring.py` to extract the part of
the test that requires floating point support into its own file under
the `float/` tests directory.
The QEMU/PPC64 port currently supports F-Strings but has no floating
point support enabled as well. Such a combination was not taken into
account and thus the test would fail at the very end on that port.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>1 parent 4de1b21 commit a17b995
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 86 | | |
94 | 87 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments