File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- """Cross platform way to call 'rm -rf docs/_build/ docs/api/' """
1+ """Cross platform way to call 'rm -rf docs/_build/ docs/api/'"""
22
33from pathlib import Path
44from shutil import rmtree
Original file line number Diff line number Diff line change 1010 from _pytest .capture import CaptureFixture
1111
1212
13- SPARKLES = "\N{sparkles } "
14- SHORTCAKE = "\N{shortcake } "
15- COLLISION = "\N{collision symbol } "
16- BROKEN_HEART = "\N{broken heart } "
13+ SPARKLES = "\N{SPARKLES } "
14+ SHORTCAKE = "\N{SHORTCAKE } "
15+ COLLISION = "\N{COLLISION SYMBOL } "
16+ BROKEN_HEART = "\N{BROKEN HEART } "
1717TESTS_DIR = Path ("tests" )
1818TEST_DATA_DIR = TESTS_DIR / "data"
1919
Original file line number Diff line number Diff line change 1515 from _pytest .capture import CaptureFixture
1616 from py ._path .local import LocalPath
1717
18- SPARKLES = "\N{sparkles } "
19- SHORTCAKE = "\N{shortcake } "
20- COLLISION = "\N{collision symbol } "
21- BROKEN_HEART = "\N{broken heart } "
18+ SPARKLES = "\N{SPARKLES } "
19+ SHORTCAKE = "\N{SHORTCAKE } "
20+ COLLISION = "\N{COLLISION SYMBOL } "
21+ BROKEN_HEART = "\N{BROKEN HEART } "
2222
2323
2424def test_black_works (tmp_notebook_for_testing : Path , capsys : "CaptureFixture" ) -> None :
You can’t perform that action at this time.
0 commit comments