mgkrishnan1

Results 1 comments of mgkrishnan1

Bazel is throwing ModuleNotFoundError when sys.exit(pytest.main()) is used instead of just pytest.main(). But the same script works in PyCharm. # test_file.py import os import pytest def test_true(): assert True ==...