~forest-bond/sclapp/dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2005-2007 Forest Bond.
# This file is part of the sclapp software package.
# 
# sclapp is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License version 2 as published by the Free
# Software Foundation.
# 
# A copy of the license has been included in the COPYING file.

from unittest import main

from manager import manager

manager.add_doc_test_cases_from_module(__name__, 'sclapp.shinterp')