comparison MANIFEST-SLAVE.in @ 617:327dca35a74f

Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution: * Include all the runnable test packages * Include `bitten.util.loc` - all `bitten.util` submodules should be included as `bitten.build` steps depend on them * Specify `test_suite` as `bitten.slave_tests` * Add ` unittest` distutils command * Adjust `MANIFEST-SLAVE.in` to include all neccessary modules (including `setup.py` as `setup-slave.py` now depends on it
author dfraser
date Wed, 05 Aug 2009 09:43:15 +0000
parents 5f3e66e5b451
children 6511c192a957
comparison
equal deleted inserted replaced
616:dd64ca07ecae 617:327dca35a74f
1 prune bitten/htdocs 1 prune bitten/htdocs
2 prune bitten/templates 2 prune bitten/templates
3 prune doc 3 prune doc
4 prune scripts 4 prune scripts
5 exclude bitten/*.py 5 exclude bitten/*.py
6 exclude bitten/build/tests/*.py 6 include bitten/build/tests/*.py
7 exclude bitten/report/*.py 7 exclude bitten/report/*.py
8 exclude bitten/report/tests/*.py 8 exclude bitten/report/tests/*.py
9 exclude bitten/tests/*.py 9 exclude bitten/tests/*.py
10 exclude bitten/util/*.py 10 include setup.py
11 exclude bitten/util/tests/*.py
12 exclude setup.py
13 exclude MANIFEST.in 11 exclude MANIFEST.in
14 include bitten/__init__.py 12 include bitten/__init__.py
15 include bitten/build/*.py 13 include bitten/build/*.py
16 include bitten/recipe.py 14 include bitten/recipe.py
17 include bitten/slave.py 15 include bitten/slave.py
18 include bitten/tests/slave.py 16 include bitten/slave_tests/*.py
19 include bitten/util/__init__.py 17 include bitten/util/*.py
20 include bitten/util/testrunner.py 18 include bitten/util/tests/*.py
21 include bitten/util/xmlio.py
22 19
Copyright (C) 2012-2017 Edgewall Software