@@ -321,7 +321,7 @@ mod tests {
321321
322322 system
323323 . memory_file_system ( )
324- . write_files ( [ ( root. join ( "foo.py" ) , "" ) , ( root. join ( "bar.py" ) , "" ) ] )
324+ . write_files_all ( [ ( root. join ( "foo.py" ) , "" ) , ( root. join ( "bar.py" ) , "" ) ] )
325325 . context ( "Failed to write files" ) ?;
326326
327327 let project =
@@ -349,7 +349,7 @@ mod tests {
349349
350350 system
351351 . memory_file_system ( )
352- . write_files ( [
352+ . write_files_all ( [
353353 (
354354 root. join ( "pyproject.toml" ) ,
355355 r#"
@@ -393,7 +393,7 @@ mod tests {
393393
394394 system
395395 . memory_file_system ( )
396- . write_files ( [
396+ . write_files_all ( [
397397 (
398398 root. join ( "pyproject.toml" ) ,
399399 r#"
@@ -432,7 +432,7 @@ expected `.`, `]`
432432
433433 system
434434 . memory_file_system ( )
435- . write_files ( [
435+ . write_files_all ( [
436436 (
437437 root. join ( "pyproject.toml" ) ,
438438 r#"
@@ -482,7 +482,7 @@ expected `.`, `]`
482482
483483 system
484484 . memory_file_system ( )
485- . write_files ( [
485+ . write_files_all ( [
486486 (
487487 root. join ( "pyproject.toml" ) ,
488488 r#"
@@ -532,7 +532,7 @@ expected `.`, `]`
532532
533533 system
534534 . memory_file_system ( )
535- . write_files ( [
535+ . write_files_all ( [
536536 (
537537 root. join ( "pyproject.toml" ) ,
538538 r#"
@@ -572,7 +572,7 @@ expected `.`, `]`
572572
573573 system
574574 . memory_file_system ( )
575- . write_files ( [
575+ . write_files_all ( [
576576 (
577577 root. join ( "pyproject.toml" ) ,
578578 r#"
@@ -623,7 +623,7 @@ expected `.`, `]`
623623
624624 system
625625 . memory_file_system ( )
626- . write_files ( [
626+ . write_files_all ( [
627627 (
628628 root. join ( "pyproject.toml" ) ,
629629 r#"
@@ -673,7 +673,7 @@ expected `.`, `]`
673673
674674 system
675675 . memory_file_system ( )
676- . write_file (
676+ . write_file_all (
677677 root. join ( "pyproject.toml" ) ,
678678 r#"
679679 [project]
@@ -703,7 +703,7 @@ expected `.`, `]`
703703
704704 system
705705 . memory_file_system ( )
706- . write_file (
706+ . write_file_all (
707707 root. join ( "pyproject.toml" ) ,
708708 r#"
709709 [project]
@@ -735,7 +735,7 @@ expected `.`, `]`
735735
736736 system
737737 . memory_file_system ( )
738- . write_file (
738+ . write_file_all (
739739 root. join ( "pyproject.toml" ) ,
740740 r#"
741741 [project]
@@ -765,7 +765,7 @@ expected `.`, `]`
765765
766766 system
767767 . memory_file_system ( )
768- . write_file (
768+ . write_file_all (
769769 root. join ( "pyproject.toml" ) ,
770770 r#"
771771 [project]
@@ -795,7 +795,7 @@ expected `.`, `]`
795795
796796 system
797797 . memory_file_system ( )
798- . write_file (
798+ . write_file_all (
799799 root. join ( "pyproject.toml" ) ,
800800 r#"
801801 [project]
@@ -828,7 +828,7 @@ expected `.`, `]`
828828
829829 system
830830 . memory_file_system ( )
831- . write_file (
831+ . write_file_all (
832832 root. join ( "pyproject.toml" ) ,
833833 r#"
834834 [project]
@@ -861,7 +861,7 @@ expected `.`, `]`
861861
862862 system
863863 . memory_file_system ( )
864- . write_file (
864+ . write_file_all (
865865 root. join ( "pyproject.toml" ) ,
866866 r#"
867867 [project]
@@ -886,7 +886,7 @@ expected `.`, `]`
886886
887887 system
888888 . memory_file_system ( )
889- . write_file (
889+ . write_file_all (
890890 root. join ( "pyproject.toml" ) ,
891891 r#"
892892 [project]
@@ -911,7 +911,7 @@ expected `.`, `]`
911911
912912 system
913913 . memory_file_system ( )
914- . write_file (
914+ . write_file_all (
915915 root. join ( "pyproject.toml" ) ,
916916 r#"
917917 [project]
0 commit comments