File: test_Subprocess__prepare.py

package info (click to toggle)
python-briefcase 0.3.22-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,300 kB
  • sloc: python: 59,405; makefile: 57
file content (6 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
def test_build_image(mock_sub):
    """Building an image is a no-op."""

    mock_sub.prepare()

    assert mock_sub._subprocess.run.call_count == 0