Skip to content

Commit

Permalink
Patch local git
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Jan 18, 2018
1 parent 8db5ce5 commit fc06a7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pytest
from mock import MagicMock


@pytest.fixture(autouse=True)
def patch_git(monkeypatch):
monkeypatch.setattr('pyolite.git.git', MagicMock())

0 comments on commit fc06a7b

Please sign in to comment.