All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Simon.Cathebras" <Simon.Cathebras@ensimag.imag.fr>
To: git@vger.kernel.org
Cc: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>,
	charles.roussel@ensimag.fr, julien.khayat@ensimag.imag.fr,
	Simon PERRAT <Simon.Perrat@ensimag.imag.fr>,
	Guillaume Sasdy <guillaume.sasdy@gmail.com>
Subject: [PATCH/RFC]Test environment for Git-MediaWiki
Date: Wed, 30 May 2012 18:30:04 +0200	[thread overview]
Message-ID: <4FC64B0C.6070507@ensimag.imag.fr> (raw)

Hello all,

We are developing the test environment for the Git-MediaWiki project.
For now, we have focused mainly on the environment with some simple test 
cases.

In this version, we have developed a script to install and delete a 
MediaWiki wiki easily.
The environment provides shell functions to manage a wiki (fetch, 
delete, edit a page, compare the content of a page) and a git-mediawiki 
() repository.
There are two simple test cases for git clone.

You can find all the code in our Github: 
https://github.com/Fafinou/git/wiki and how to install and run the tests.

We would like you to give us a lot of comments about our code :)

Note
* In this version we have a binary file "wikidb.sqlite" which contains 
an empty SQLite3 database. We know this is not a good thing to put a 
binary file in a repository so we will change this bad behavior later 
(we will generate the "wikidb.sqlite" file with a http request to the 
config page of MediaWiki)
* We will add simple test cases for pull and push the soonest

Thanks you in advance for your time ;)

-- 
CATHEBRAS Simon

2A-ENSIMAG

Filière Ingéniérie des Systèmes d'Information
Membre Bug-Buster

             reply	other threads:[~2012-05-30 16:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30 16:30 Simon.Cathebras [this message]
2012-05-30 17:04 ` [PATCH 1/3] Script to install, delete and clear a MediaWiki Simon Cathebras
2012-05-30 17:04   ` [PATCH 2/3] Test environment of git-remote-mw Simon Cathebras
2012-05-31  7:17     ` Matthieu Moy
2012-06-01  8:53       ` Simon.Cathebras
2012-06-01  9:02         ` Matthieu Moy
2012-06-01  9:21           ` Matthieu Moy
2012-05-30 17:04   ` [PATCH 3/3] Tests file for git-remote-mediawiki Simon Cathebras
2012-05-31  7:19   ` [PATCH 1/3] Script to install, delete and clear a MediaWiki Matthieu Moy
2012-05-31 18:13 ` [PATCH 1/2] FIX: t9360. NEW test t9361 for git pull and git push Guillaume Sasdy
2012-05-31 18:13   ` [PATCH 2/2] FIX: Syntax of shell and perl scripts and posix compliant Guillaume Sasdy
2012-05-31 18:16 ` [PATCH] " Guillaume Sasdy
2012-05-31 18:27 ` Guillaume Sasdy
2012-05-31 18:31 ` [PATCH 1/3] FIX: cmd_* moved to wiki_* in test-gitmw-lib.sh and other files Guillaume Sasdy
2012-06-01 10:41 ` [PATCH 1/3] Script to install, delete and clear a MediaWiki Guillaume Sasdy
2012-06-01 10:41   ` [PATCH 2/3] Test environment of git-remote-mw Guillaume Sasdy
2012-06-01 11:49     ` Matthieu Moy
2012-06-01 14:43       ` Simon.Cathebras
2012-06-02 10:47         ` Matthieu Moy
2012-06-04 14:13           ` Simon.Cathebras
2012-06-01 10:41   ` [PATCH 3/3] Tests file for git-remote-mediawiki Guillaume Sasdy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FC64B0C.6070507@ensimag.imag.fr \
    --to=simon.cathebras@ensimag.imag.fr \
    --cc=Matthieu.Moy@grenoble-inp.fr \
    --cc=Simon.Perrat@ensimag.imag.fr \
    --cc=charles.roussel@ensimag.fr \
    --cc=git@vger.kernel.org \
    --cc=guillaume.sasdy@gmail.com \
    --cc=julien.khayat@ensimag.imag.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.