[Python-modules-commits] [python-mkdocs] 02/11: Remove faulty tests

Brian May bam at moszumanska.debian.org
Mon May 2 06:22:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository python-mkdocs.

commit 3716188da3c089be4871b3fb6b8127817c43d361
Author: Brian May <bam at debian.org>
Date:   Mon May 2 15:53:10 2016 +1000

    Remove faulty tests
    
    See https://github.com/mkdocs/mkdocs/issues/923
---
 mkdocs/tests/config/config_options_tests.py | 1 -
 mkdocs/tests/config/config_tests.py         | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mkdocs/tests/config/config_options_tests.py b/mkdocs/tests/config/config_options_tests.py
index d16f675..9813334 100644
--- a/mkdocs/tests/config/config_options_tests.py
+++ b/mkdocs/tests/config/config_options_tests.py
@@ -179,7 +179,6 @@ class SiteDirTest(unittest.TestCase):
             {'docs_dir': '.', 'site_dir': '.'},
             {'docs_dir': 'docs', 'site_dir': ''},
             {'docs_dir': '', 'site_dir': ''},
-            {'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
         )
 
         for test_config in test_configs:
diff --git a/mkdocs/tests/config/config_tests.py b/mkdocs/tests/config/config_tests.py
index 04e51de..7c82535 100644
--- a/mkdocs/tests/config/config_tests.py
+++ b/mkdocs/tests/config/config_tests.py
@@ -192,7 +192,6 @@ class ConfigTests(unittest.TestCase):
             {'docs_dir': '.', 'site_dir': '.'},
             {'docs_dir': 'docs', 'site_dir': ''},
             {'docs_dir': '', 'site_dir': ''},
-            {'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
         )
 
         conf = {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mkdocs.git



More information about the Python-modules-commits mailing list