1

そのため、「test」という名前のディレクトリがあり、その中にはさらにいくつかのディレクトリがあり、多くのテストがあります。nosetestsがこれらのテストを決定して実行するように、このようなパターンを追加するにはどうすればよいですか?

4

1 に答える 1

2

nosetestsオプションで 実行できます-i --include

-i REGEX, --include=REGEX
                      This regular expression will be applied to files,
                      directories, function names, and class names for a
                      chance to include additional tests that do not match
                      TESTMATCH.  Specify this option multiple times to add
                      more regular expressions [NOSE_INCLUDE]
于 2012-08-10T20:15:56.277 に答える