瀏覽代碼

Mark unit test folders as Python packages

Running `nosetests3 coriolis/tests` will skip any nested folders which
are not marked with `__init__.py` file.

Tests can still be run on folders which are not marked as a Python
packaged, but they need to be explicitly given when running the
`nosetests3` command. Ex.: `nosetests3 coriolis/tests/conductor/rpc`
Sergiu Miclea 4 年之前
父節點
當前提交
7e5a39e2cb
共有 3 個文件被更改,包括 0 次插入0 次删除
  1. 0 0
      coriolis/tests/conductor/__init__.py
  2. 0 0
      coriolis/tests/conductor/rpc/__init__.py
  3. 0 0
      coriolis/tests/db/__init__.py

+ 0 - 0
coriolis/tests/conductor/__init__.py


+ 0 - 0
coriolis/tests/conductor/rpc/__init__.py


+ 0 - 0
coriolis/tests/db/__init__.py