summaryrefslogtreecommitdiff
path: root/test/test_obs_build_api.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-31Finish updating unit tests to use requests_mockScott Bahling1-2/+1
2020-01-27Update tests to use requests_mock pytest pluginScott Bahling1-135/+125
2020-01-27Use unittest mocks for test casesScott Bahling1-39/+178
We simply test that the url and params are correct for the HTTP requests and that the result is returned to use properly
2020-01-25Fix get_repository call for retrieving binary objectsScott Bahling1-4/+12
Enhance test case
2020-01-21Fix some python3 incompatibilitiesScott Bahling1-4/+4
2017-10-04Move test project/package to build.opensuse.orgScott Bahling1-8/+8
2016-03-03Add ObsBuildApi classScott Bahling1-0/+124