summaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-16 09:22:49 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-16 09:22:49 -0400
commitdd196ce73618390736bd9df9ab41e97996ee7e9b (patch)
tree864a4672fb586c7d410fa8406ebae007db8b917d /doc/development
parenta530d2d21c67b8ba2bd0575823a94084f2461118 (diff)
downloadbcfg2-dd196ce73618390736bd9df9ab41e97996ee7e9b.tar.gz
bcfg2-dd196ce73618390736bd9df9ab41e97996ee7e9b.tar.bz2
bcfg2-dd196ce73618390736bd9df9ab41e97996ee7e9b.zip
added unit tests to test for schema validity
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/unit-testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/unit-testing.txt b/doc/development/unit-testing.txt
index 926275871..7311f49d7 100644
--- a/doc/development/unit-testing.txt
+++ b/doc/development/unit-testing.txt
@@ -87,7 +87,7 @@ instance, would be:
.. code-block:: bash
sudo yum -y update
- sudo yum -y install swig pylint
+ sudo yum -y install swig pylint libxml2
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
sudo yum -y install libselinux-python pylibacl python-inotify \
PyYAML