8000 TST/CLN: refactor tests\io\formats\test_to_html.py by simonjayhawkins · Pull Request #23747 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST/CLN: refactor tests\io\formats\test_to_html.py #23747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 17, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix whitespace in html files
  • Loading branch information
simonjayhawkins committed Nov 16, 2018
commit 478b7ab308f3525ae2553667222784b0b12b0afd
1 change: 0 additions & 1 deletion pandas/tests/io/formats/data/gh8452_expected_output.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@
</tr>
</tbody>
</table>

2 changes: 1 addition & 1 deletion pandas/tests/io/formats/data/index_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<td>NaN</td>
</tr>
</tbody>
</table>
</table>
2 changes: 1 addition & 1 deletion pandas/tests/io/formats/data/index_formatter.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
<td>7</td>
</tr>
</tbody>
</table>
</table>
2 changes: 1 addition & 1 deletion pandas/tests/io/formats/data/multiindex_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
<td>h</td>
</tr>
</tbody>
</table>
</table>
1 change: 0 additions & 1 deletion pandas/tests/io/formats/data/multiindex_sparsify_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@
</tr>
</tbody>
</table>

1 change: 0 additions & 1 deletion pandas/tests/io/formats/data/multiindex_sparsify_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
</tr>
</tbody>
</table>

Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
</tr>
</tbody>
</table>

Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@
</tr>
</tbody>
</table>

0