Skip to content

Commit

Permalink
Added doc, see #75.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Dec 16, 2011
1 parent fa62ae9 commit 8d1e253
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/folder_struct.dox
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

\page folderstruct Folder Structure

This is the typical folder structure that CSnake supports.
This is the typical folder structure that CSnake supports. Another good place for examples is
the 'tests>data' folder where different possible layouts.

\section modules Modules
A module folder should at least have the following directory structure (for a module named _Sample_):
Expand Down
8 changes: 4 additions & 4 deletions tests/xmlrunner.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
XML Test Runner for PyUnit
"""

## @package xmlrunner
# XML Test Runner for PyUnit.
#
# Written by Sebastian Rittau <[email protected]> and placed in
# the Public Domain. With contributions by Paolo Borelli and others.
# \ingrou tests

from __future__ import with_statement

Expand Down

0 comments on commit 8d1e253

Please sign in to comment.