@@ -347,8 +347,8 @@ def test_list(self, no_color=True):
347
347
"[3] track 4 (demo=6, flag=True)" ,
348
348
"[4] track 1" ,
349
349
"[6] track 5 | demo" ,
350
- "[7] tests/ system_cmd.py sys 1" ,
351
- "[8] tests/ system_cmd.py sys 2" ,
350
+ f "[7] tests{ os . sep } system_cmd.py sys 1" ,
351
+ f "[8] tests{ os . sep } system_cmd.py sys 2" ,
352
352
],
353
353
)
354
354
@@ -361,8 +361,8 @@ def test_list(self, no_color=True):
361
361
"[3] track 3 (demo=2)" ,
362
362
"[3] track 4 (demo=6, flag=True)" ,
363
363
"[4] track 1" ,
364
- "[7] tests/ system_cmd.py sys 1" ,
365
- "[8] tests/ system_cmd.py sys 2" ,
364
+ f "[7] tests{ os . sep } system_cmd.py sys 1" ,
365
+ f "[8] tests{ os . sep } system_cmd.py sys 2" ,
366
366
],
367
367
)
368
368
@@ -377,8 +377,8 @@ def test_list(self, no_color=True):
377
377
"[3] track 4 (demo=6, flag=True)" ,
378
378
"[4] track 1" ,
379
379
"[6] track 5 | demo" ,
380
- "[7] tests/ system_cmd.py sys 1" ,
381
- "[8] tests/ system_cmd.py sys 2" ,
380
+ f "[7] tests{ os . sep } system_cmd.py sys 1" ,
381
+ f "[8] tests{ os . sep } system_cmd.py sys 2" ,
382
382
],
383
383
)
384
384
@@ -394,8 +394,8 @@ def test_list(self, no_color=True):
394
394
"[3] track 4 (demo=6, flag=True)" ,
395
395
"[4] track 1" ,
396
396
"[6] track 5 | demo" ,
397
- "[7] tests/ system_cmd.py sys 1" ,
398
- "[8] tests/ system_cmd.py sys 2" ,
397
+ f "[7] tests{ os . sep } system_cmd.py sys 1" ,
398
+ f "[8] tests{ os . sep } system_cmd.py sys 2" ,
399
399
],
400
400
)
401
401
@@ -410,8 +410,8 @@ def test_list(self, no_color=True):
410
410
"[3] track 3 (demo=2)" ,
411
411
"[3] track 4 (demo=6, flag=True)" ,
412
412
"[4] track 1" ,
413
- "[7] tests/ system_cmd.py sys 1" ,
414
- "[8] tests/ system_cmd.py sys 2" ,
413
+ f "[7] tests{ os . sep } system_cmd.py sys 1" ,
414
+ f "[8] tests{ os . sep } system_cmd.py sys 2" ,
415
415
],
416
416
)
417
417
@@ -530,7 +530,7 @@ def test_subprocess(self):
530
530
╰──────────────────────────────────────────────────────────────────────────────╯
531
531
"""
532
532
533
- routine_test_help_rich = """
533
+ routine_test_help_rich = f """
534
534
Usage: ./manage.py routine import [OPTIONS] COMMAND [ARGS]...
535
535
536
536
@@ -543,8 +543,8 @@ def test_subprocess(self):
543
543
[3] track 4 (demo=6, flag=True)
544
544
[4] track 1
545
545
[6] track 5 | demo
546
- [7] tests/ system_cmd.py sys 1
547
- [8] tests/ system_cmd.py sys 2
546
+ [7] tests{ os . sep } system_cmd.py sys 1
547
+ [8] tests{ os . sep } system_cmd.py sys 2
548
548
549
549
╭─ Options ────────────────────────────────────────────────────────────────────╮
550
550
│ --subprocess Run commands as subprocesses. │
@@ -623,7 +623,7 @@ def test_helps_rich(self):
623
623
test-continue Test continue option.
624
624
"""
625
625
626
- routine_test_help_no_rich = """
626
+ routine_test_help_no_rich = f """
627
627
Usage: ./manage.py routine import [OPTIONS] COMMAND [ARGS]...
628
628
629
629
Test Routine 1
@@ -635,8 +635,8 @@ def test_helps_rich(self):
635
635
[3] track 4 (demo=6, flag=True)
636
636
[4] track 1
637
637
[6] track 5 | demo
638
- [7] tests/ system_cmd.py sys 1
639
- [8] tests/ system_cmd.py sys 2
638
+ [7] tests{ os . sep } system_cmd.py sys 1
639
+ [8] tests{ os . sep } system_cmd.py sys 2
640
640
641
641
Options:
642
642
--subprocess Run commands as subprocesses.
0 commit comments