Michal Hrusecky
e41bac8c6e
Split freeze test out of api tests
2014-02-26 16:23:16 +01:00
Michal Hrusecky
a4694f6344
Ugly hack to migrate the rest of the tests
2014-02-26 16:22:56 +01:00
Michal Hrusecky
6f3dae1fb6
Migrate build results tests
2014-02-26 16:11:32 +01:00
Alberto Planas
ad65155a02
Merge pull request #69 from miska/master
...
Started working on adding request to projects
2014-02-26 15:36:29 +01:00
Michal Hrusecky
fcbf2dcd91
We don't need to register to posts anymore
2014-02-26 15:30:04 +01:00
Michal Hrusecky
d58dee073e
Little more about removing and adding SRs
2014-02-26 15:24:25 +01:00
Michal Hrusecky
3fb324a774
Basic implementation for packages and link creation
2014-02-26 15:23:33 +01:00
Alberto Planas
5f4242ab4f
Merge pull request #68 from scarabeusiv/master
...
Move the printing of check command from api to the actual command
2014-02-26 15:01:20 +01:00
Tomáš Chvátal
c739773a48
Move the printing of check command from api to the actual command.
2014-02-26 14:51:01 +01:00
Michal Hrusecky
d306d60de6
Recursion when handler not found
...
Allow to get into recursion if exact request is not found.
2014-02-26 14:17:27 +01:00
Michal Hrušecký
3492538570
Merge pull request #67 from aplanas/master
...
Integration with coveralls service
2014-02-26 11:36:47 +01:00
84e72d12e4
Ignore coveralls.yml, that store the private key.
2014-02-26 11:28:37 +01:00
d9225bdeea
Ignore non related packages
2014-02-26 11:28:37 +01:00
ddcef1f8e4
Fix after_success section
2014-02-26 11:28:37 +01:00
ba3ce2bfa2
Change coverage URL
2014-02-26 11:28:36 +01:00
f3c5234dfa
Add coverage badge in the documentation
2014-02-26 11:28:36 +01:00
6b33e528e8
Add initial coveralls support
2014-02-26 11:28:36 +01:00
Alberto Planas
b5d3c08e37
Merge pull request #66 from miska/master
...
Few more tests
2014-02-26 11:10:02 +01:00
Michal Hrusecky
0d782f50da
Testing removing package from project
2014-02-26 10:59:41 +01:00
Michal Hrusecky
ca9e98baa7
Support for DELETE
...
Adding to the framework support for DELETE as well, as it happens from time to
time in API as well.
2014-02-26 10:10:17 +01:00
Michal Hrusecky
f0b0e6398f
Test get_package_for_request_id as well
2014-02-26 10:04:21 +01:00
Michal Hrusecky
eb90feb139
Test for get_request_id_for_package
2014-02-26 09:51:30 +01:00
Michal Hrusecky
8d20a44daa
Fix project metadata to be consistent
2014-02-26 09:50:27 +01:00
Tomáš Chvátal
1c812815a2
Merge pull request #65 from aplanas/master
...
Add Travis build image to the documentation
2014-02-25 20:29:20 +01:00
88235d3916
Add Travis build image to the documentation
2014-02-25 18:26:17 +01:00
Alberto Planas
e2a342e472
Merge pull request #64 from scarabeusiv/master
...
Use urllib directly to avoid errors from osc http_GET.
2014-02-25 16:54:59 +01:00
Tomáš Chvátal
71ab73c345
Use urllib directly to avoid errors from osc http_GET.
2014-02-25 16:37:54 +01:00
Alberto Planas
c73e899069
Merge pull request #63 from miska/master
...
Migrated test_get_package_information
2014-02-25 16:05:47 +01:00
Michal Hrusecky
2ead43c950
Migrated test_get_package_information
2014-02-25 15:44:40 +01:00
Michal Hrušecký
7558786407
Merge pull request #62 from aplanas/master
...
action #1658 move does not need a from argument
2014-02-25 14:26:25 +01:00
1d23d8ab6d
Remove unused import
2014-02-25 14:15:03 +01:00
d8a311db3a
action #1658 move does not need a from argument
2014-02-25 14:13:02 +01:00
18216f7d44
Ignore coverage file
2014-02-25 14:13:02 +01:00
Tomáš Chvátal
b5c80d9a31
Merge pull request #61 from miska/master
...
Another test migrated
2014-02-25 13:20:18 +01:00
Michal Hrusecky
f606046e8e
Get rid of not needed fixture
2014-02-25 13:16:48 +01:00
Michal Hrusecky
e68f58c1b3
Use https
...
Use https everywhere in tests just to get rid of ugly warning :-)
2014-02-25 13:14:17 +01:00
Michal Hrusecky
d2c5097af3
Migrated listing of staging projects
...
Migrated existing test listing existing staging projects to the new test-suite.
2014-02-25 13:14:06 +01:00
Alberto Planas
d461bd5415
Merge pull request #60 from miska/master
...
Split out fake obs into separate class
2014-02-25 11:10:33 +01:00
Michal Hrusecky
22e86e1b83
Merge branch 'master' of github.com:openSUSE/osc-plugin-factory
...
Conflicts:
tests/api_tests.py
2014-02-25 11:03:29 +01:00
Michal Hrusecky
04e27992f8
Split out fake obs into separate class
...
Separating test from the state machine simulating obs
2014-02-25 10:58:21 +01:00
Tomáš Chvátal
f075811e71
Merge pull request #59 from aplanas/master
...
Fix missing self
2014-02-25 10:35:05 +01:00
5f7416e859
Fix missing self
2014-02-25 10:02:27 +01:00
Alberto Planas
b8b9c51234
Merge pull request #58 from miska/master
...
New test for project pseudometadata
2014-02-25 09:35:02 +01:00
Michal Hrusecky
f3332b1c48
New test for project pseudometadata
...
With new testing class, we can test that it works even better.
2014-02-25 09:28:46 +01:00
Alberto Planas
7b374a957d
Merge pull request #57 from miska/master
...
Even better testing
2014-02-25 09:24:58 +01:00
Michal Hrusecky
42182ab48a
Merge branch 'master' of github.com:openSUSE/osc-plugin-factory
...
Conflicts:
tests/api_tests.py
Resolved manually
2014-02-24 17:20:48 +01:00
Michal Hrusecky
fa692d5a75
Fixed documentation
...
Updated documentation to reflect changes I did in my previous commit.
2014-02-24 16:27:28 +01:00
Michal Hrusecky
dbb0632977
Split initial state machine to separate class
...
Move OBS simulation to separate class, should be eventually moved to separate
file as well. And converted test_dispatch_open_requests to use new and shiny
testing infrastructure.
2014-02-24 15:52:30 +01:00
Alberto Planas
e091bd68b0
Merge pull request #56 from openSUSE/coolo_1593
...
check the request for open reviews before accepting them to avoid errors
2014-02-24 13:34:06 +01:00
Stephan Kulow
576e6ee716
check the request for open reviews before accepting them to avoid errors
...
issue 1593
2014-02-24 13:30:34 +01:00