私は最近、ワークステーションを切り替えて、Fedora 25のすべての環境を再インストールしました。 私のプロジェクトの一部を実行しようとすると(私はPyTestテストを実行します)終了コード0で終了しました。PyCharm/Python。コードは実行されません。直ちに「終了コード0で終了する」
ここで完全なデバッグメッセージです:
/usr/bin/python2.7 /usr/share/java/pycharm-community/helpers/pydev/pydevd.py --multiproc --qt-support --client 127.0.0.1 --port 46537 --file /home/pavel/Documents/integration_tests/cfme/tests/containers/test_containers_default_project_replicators.py
warning: Debugger speedups using cython not found. Run '"/usr/bin/python2.7" "/usr/share/java/pycharm-community/helpers/pydev/setup_cython.py" build_ext --inplace' to build.
pydev debugger: process 10166 is connecting
Connected to pydev debugger (build 163.10154.50)
/home/pavel/Documents/integration_tests/utils/log.py:222: UserWarning: clearing configuration is bad
del(conf['env'])
私が実行しようとしていたプロジェクトが実際にオープンソース化し、参考のためにここにあるさ: https://github.com/ManageIQ/integration_tests
'exit code 0'は一般的な終了コードであり、通常はコードが正常に実行されたことを意味します。あなたのコードで達成しようとしていたことと実際に何が起こったのですか? –
上記の終了コードはこのスニペットには含まれていません。チェックしてください。 – MKesper
@MKesper出口コードは、 –