def test_command(self, call_mock):
     perform_upload('.')
     call_mock.assert_called_with(['twine', 'upload', '-r', 'pypitest',
                                   './dist/*'])
Exemplo n.º 2
0
 def test_command(self, call_mock):
     perform_upload('.')
     call_mock.assert_called_with(['twine', 'upload', './dist/*'])