diff 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
line wrap: on
line diff
--- a/MANIFEST-SLAVE.in
+++ b/MANIFEST-SLAVE.in
@@ -3,20 +3,17 @@
 prune doc
 prune scripts
 exclude bitten/*.py
-exclude bitten/build/tests/*.py
+include bitten/build/tests/*.py
 exclude bitten/report/*.py
 exclude bitten/report/tests/*.py
 exclude bitten/tests/*.py
-exclude bitten/util/*.py
-exclude bitten/util/tests/*.py
-exclude setup.py
+include setup.py
 exclude MANIFEST.in
 include bitten/__init__.py
 include bitten/build/*.py
 include bitten/recipe.py
 include bitten/slave.py
-include bitten/tests/slave.py
-include bitten/util/__init__.py
-include bitten/util/testrunner.py
-include bitten/util/xmlio.py
+include bitten/slave_tests/*.py
+include bitten/util/*.py
+include bitten/util/tests/*.py
 
Copyright (C) 2012-2017 Edgewall Software