Commit Graph

14 Commits

Author SHA1 Message Date
Kirill Likhodedov
5b19bac29a Fix github-tests project setup
github-tests were not running on the server, because nobody depended
on the module. The solution was either to write the module explicitly
to the main-idea-tests configuration, or to move the tests to github
module.

Tests were not moved to github module initially because they depend
on jira-connector (because tasks-tests depend on jira-connector).
Adding tasks-tests test dependency is impossible,
because they depend on testframework-java (which leads to prefix
problems).

Therefore it is decided to move github tests back to the github
module, and add jira-connector as a test dependency to it.
2013-07-04 13:13:55 +04:00
Kirill Likhodedov
3918d67af1 typo 2013-07-03 19:12:56 +04:00
Aleksey Pivovarov
34072a4149 Github: code review fixes 2013-07-03 19:01:27 +04:00
Aleksey Pivovarov
649f8bab36 Github test: use separate account for pagination test 2013-07-03 16:49:26 +04:00
Kirill Likhodedov
b387a7139d simplify 2013-07-03 16:24:29 +04:00
Kirill Likhodedov
390c6a9f34 [github-test] look for auth data in environment variables
It seems that they are easier to pass from the buildserver to tests
2013-07-03 14:55:26 +04:00
Kirill Likhodedov
37086ec0cb [github-test] Fix git commands execution params 2013-07-03 14:55:25 +04:00
Kirill Likhodedov
c1f1bfd87b [github] Display notification content on test failure 2013-07-03 14:55:24 +04:00
Roman Shevchenko
2f2274ab2e github: fail fast if test assumption failed 2013-07-03 10:17:47 +02:00
Aleksey Pivovarov
77ff759261 Github test:
* add ShareProject tests
* add CreateGits tests
* add RequestPaging test
2013-07-02 19:03:27 +04:00
Kirill Likhodedov
f062a49f68 Fix github tests: remove unneeded dependency from git4idea 2013-07-02 18:25:39 +04:00
Kirill Likhodedov
3de3154a6b Temporar fix of tests 2013-07-01 19:39:10 +04:00
Kirill Likhodedov
83994dc6b8 Define default web server port for GitHub tests. 2013-07-01 17:26:16 +04:00
Kirill Likhodedov
eaf7d487ce GitHub base test framework & the DialogManager
Introduce the DialogManager to be used instead of DialogWrapper#show
in the testable code.
Update & modify the TestDialogManager & TestDialogHandler.

Prepare a stub test for GithubShareAction.

Move github tests to a separate module with an extra dependency to
jira-connector - this is a temporary decision against a CNDFE
happening in tests. It will be removed when the problem is solved.
2013-07-01 12:27:02 +04:00