File tree 3 files changed +9
-9
lines changed
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/'"""
2
2
3
3
from pathlib import Path
4
4
from shutil import rmtree
Original file line number Diff line number Diff line change 10
10
from _pytest .capture import CaptureFixture
11
11
12
12
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 } "
17
17
TESTS_DIR = Path ("tests" )
18
18
TEST_DATA_DIR = TESTS_DIR / "data"
19
19
Original file line number Diff line number Diff line change 15
15
from _pytest .capture import CaptureFixture
16
16
from py ._path .local import LocalPath
17
17
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 } "
22
22
23
23
24
24
def test_black_works (tmp_notebook_for_testing : Path , capsys : "CaptureFixture" ) -> None :
You can’t perform that action at this time.
0 commit comments