Python library to create test doubles that fake basic system interfaces: filesystem entries, subprocesses.

Ben Finney 7403e4b031 Finalise version “0.1.1”. 9 年 前
doc 181b763685 Remove superfluous test runner complexity from tutorial. 9 年 前
gajja 94541f9091 Rename project to have normal title case for the name. 9 年 前
test 94541f9091 Rename project to have normal title case for the name. 9 年 前
.gitignore 09d2f18615 Add Git ignore patterns for common Python artifacts. 9 年 前
CHANGES 443f6897c5 Finalise version “0.1.1”. 9 年 前
CONTRIBUTORS ef270bbb89 Add a file to contain identities of contributors to this work. 9 年 前
LICENSE.GPL-3 6836025d70 Add text of GNU GPLv3. 9 年 前
README 4d238e3e9b Correct markup for a normal bullet list. 9 年 前
setup.py 443f6897c5 Finalise version “0.1.1”. 9 年 前

README

Gajja: Fake objects for real tests
##################################

The `gajja` library provides a system of Python `test double`_ classes
for specific system objects:

* `Filesystem entries`_

* `Subprocesses`_

.. _test double: http://xunitpatterns.com/Test%20Double.html

The Korean word 가짜 (*gajja*; IPA ˈkaːt͡ɕ̤a) means “fake thing”.


============
Test doubles
============

Filesystem entries
==================


Subprocesses
============



=======
Copying
=======

Copyright © 2015–2016 Ben Finney

This is free software: you may copy, modify, and/or distribute this work
under the terms of the GNU General Public License as published by the
Free Software Foundation; version 3 of that license or any later version.
No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.


..
This document is written using `reStructuredText`_ markup, and can
be rendered with `Docutils`_ to other formats.

.. _Docutils: http://docutils.sourceforge.net/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html

..
Local variables:
coding: utf-8
mode: text
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :