summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2021-09-23 16:44:36 +1000
committerIan Wienand <iwienand@redhat.com>2021-09-23 19:53:48 +1000
commit403d1c2882e27206d32946238cff2d7e7f3b661c (patch)
tree2c6d7d15557ae4a99124ede5a8b7df621e9782ff /test-requirements.txt
parentb3eb94e3b26f2eb1d9f8421ea3a136e2fc060445 (diff)
downloadzuul-403d1c2882e27206d32946238cff2d7e7f3b661c.tar.gz
github: more complete mocking for app setup
This mocks the /app/installations and /installations/repositories GitHub API calls to better validate the GitHub project initalization in the driver. It implements enough that we can use GithubClientManager:_prime_installation_map() directly and better tests the token issuing, etc. Change-Id: I608f1540ef33b1a95595393e546afba308fef66a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index f7ee86ed4..6ea23dc28 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6,4 @@ PyMySQL
psycopg2-binary
beautifulsoup4
graphene
+requests_mock