Fabien C. Y. Benureau 2aad93b526 Simplify, update the testsuite
Replace the in-house stubbing by the facilities offered
by pyfakefs for running tests. We don't use `io.open`
anymore, because pyfakefs does not stub it correctly.
We rely on a patched version of pyfakefs, as a few bug
remain in the official repo.
2016-06-05 21:48:19 +02:00
..
2015-12-20 22:20:01 +01:00
2015-12-20 18:51:43 +01:00
2014-04-18 12:58:12 +02:00
2015-12-20 19:26:33 +01:00
2014-04-17 12:53:13 +02:00
2015-12-02 16:36:27 +01:00
2016-06-05 21:48:19 +02:00
2015-12-02 16:36:27 +01:00
2016-06-05 21:48:19 +02:00
2015-05-07 13:17:44 +02:00
2015-05-07 13:17:44 +02:00
2015-05-07 13:17:44 +02:00
2015-05-07 13:17:44 +02:00
2015-12-20 18:51:00 +01:00
2015-05-07 13:17:44 +02:00
2015-12-04 23:44:05 -05:00
2016-06-05 21:48:19 +02:00
2013-11-14 04:40:29 +01:00

1. Install the dependencies using:
> pip install -r requirements.txt

2. Run the tests using:
> python -m unittest discover

If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.