@@ -935,20 +935,20 @@ def test_source_package_as_package_part_omitted(self):
935
935
self .filenames_not_in (lines , "p1b" )
936
936
self .assertEqual (lines ['p1c' ], 0 )
937
937
938
- def test_ambigious_source_package_as_dir (self ):
939
- # pkg1 is a directory and a pkg, since we cd into tests/modules/ambigious
940
- self .chdir (self .nice_file (TESTS_DIR , 'modules' , "ambigious " ))
941
- # pkg1 defaults to directory because tests/modules/ambigious /pkg1 exists
938
+ def test_ambiguous_source_package_as_dir (self ):
939
+ # pkg1 is a directory and a pkg, since we cd into tests/modules/ambiguous
940
+ self .chdir (self .nice_file (TESTS_DIR , 'modules' , "ambiguous " ))
941
+ # pkg1 defaults to directory because tests/modules/ambiguous /pkg1 exists
942
942
lines = self .coverage_usepkgs (source = ["pkg1" ])
943
- self .filenames_in (lines , "ambigious " )
943
+ self .filenames_in (lines , "ambiguous " )
944
944
self .filenames_not_in (lines , "p1a p1b p1c" )
945
945
946
- def test_ambigious_source_package_as_package (self ):
947
- # pkg1 is a directory and a pkg, since we cd into tests/modules/ambigious
948
- self .chdir (self .nice_file (TESTS_DIR , 'modules' , "ambigious " ))
946
+ def test_ambiguous_source_package_as_package (self ):
947
+ # pkg1 is a directory and a pkg, since we cd into tests/modules/ambiguous
948
+ self .chdir (self .nice_file (TESTS_DIR , 'modules' , "ambiguous " ))
949
949
lines = self .coverage_usepkgs (source_pkgs = ["pkg1" ])
950
950
self .filenames_in (lines , "p1a p1b" )
951
- self .filenames_not_in (lines , "p2a p2b othera otherb osa osb ambigious " )
951
+ self .filenames_not_in (lines , "p2a p2b othera otherb osa osb ambiguous " )
952
952
# Because source= was specified, we do search for unexecuted files.
953
953
self .assertEqual (lines ['p1c' ], 0 )
954
954
0 commit comments