Closed sangamcse closed 6 years ago
You forgot to use MarkdownBear.
Yeah, because I'm facing some problem with remark
.
On 13-May-2018 2:04 PM, "Ankit Joshi" notifications@github.com wrote:
You forgot to use MarkdownBear.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coala/cEPs/pull/149#issuecomment-388610545, or mute the thread https://github.com/notifications/unsubscribe-auth/AZKNlboedA1UtskKAvksvesJ0KMoX_aNks5tx_AvgaJpZM4T8s4f .
Use coala docker image. Manual installation is a real pain. If you have problems like slow internet or don't wanna setup docker environment then deploy it at docker-playground. Fast and easy way to test you md. I use the same.
Even I did the same, I already had the docker env setup. It took 2 mins max.
Done these changes:
GlobalBear
at line 73LocalBearTestHelperTest
at line 60ack fcbc98d
@gitmate-bot ff
Hey @NiklasMM, you do not have the access to perform the fastforward action with GitMate.io. Please ask a maintainer to give you access. :warning:
@gitmate-bot rebase
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently :warning:
Automated rebase with GitMate.io was successful! :tada:
@gitmate-bot ff
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently :warning:
Automated fastforward with GitMate.io was successful! :tada:
This proposes the prototype of the feature of
BaseTestHelper
class andGlobalBearTestHelper
class.BaseTestHelper
class will be a normal base class, and it will grow from there later.GlobalBearTestHelper
in coala testing API will add supports to theGlobalBear
.Ref https://github.com/coala/coala/issues/3676 Ref https://github.com/coala/coala/issues/4884