mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
rename test files
This commit is contained in:
parent
d39327d539
commit
1d65d9cdc6
2
tests/roots/test-directive-only/conf.py
Normal file
2
tests/roots/test-directive-only/conf.py
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
project = 'test-directive-only'
|
@ -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
|
Loading…
Reference in New Issue
Block a user