mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
rename test files
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
project = 'test-directive-only'
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
test-only-directive
|
||||
test-directive-only
|
||||
===================
|
||||
|
||||
.. toctree::
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
project = 'test-only-directive'
|
||||
@@ -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):
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
test_cpp_domain
|
||||
test_domain_cpp
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Tests the C++ Domain
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
test_std_domain
|
||||
test_domain_std
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Tests the std domain
|
||||
Reference in New Issue
Block a user