rename test files

This commit is contained in:
Takayuki Shimizukawa 2014-08-10 23:47:27 +09:00
parent d39327d539
commit 1d65d9cdc6
7 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1,2 @@
project = 'test-directive-only'

View File

@ -1,4 +1,4 @@
test-only-directive
test-directive-only
===================
.. toctree::

View File

@ -1,2 +0,0 @@
project = 'test-only-directive'

View File

@ -17,10 +17,10 @@ from util import with_app, test_roots
def teardown_module():
(test_roots / 'test-only-directive' / '_build').rmtree(True)
(test_roots / 'test-directive-only' / '_build').rmtree(True)
@with_app(buildername='text', srcdir=(test_roots / 'test-only-directive'))
@with_app(buildername='text', srcdir=(test_roots / 'test-directive-only'))
def test_sectioning(app):
def getsects(section):

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
test_cpp_domain
test_domain_cpp
~~~~~~~~~~~~~~~
Tests the C++ Domain

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
test_std_domain
test_domain_std
~~~~~~~~~~~~~~~
Tests the std domain