MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_pytest_on_pandas_test

Method test_pytest_on_pandas_test

tests/test_pytest.py:7–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class test_pytest(unittest.TestCase):
7 def test_pytest_on_pandas_test(self):
8 cmd = 'pytest /input/tests/test_pandas.py'
9 result = subprocess.run(cmd, shell=True, capture_output=True)
10 self.assertEqual(result.returncode, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected