mirror of
https://github.com/vale981/releases
synced 2025-03-05 17:51:42 -05:00
Another vanilla test
This commit is contained in:
parent
6a374ed051
commit
c12c0223c1
4 changed files with 20 additions and 1 deletions
7
tests/_support/vanilla_plus/changelog.rst
Normal file
7
tests/_support/vanilla_plus/changelog.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
=========
|
||||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`1.0.1 <2014-01-02>`
|
||||
* :bug:`1` Fix a bug.
|
||||
* :release:`1.0.0 <2014-01-01>`
|
7
tests/_support/vanilla_plus/index.rst
Normal file
7
tests/_support/vanilla_plus/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
====
|
||||
Test
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
changelog
|
||||
other
|
5
tests/_support/vanilla_plus/other.rst
Normal file
5
tests/_support/vanilla_plus/other.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
===============
|
||||
Some other file
|
||||
===============
|
||||
|
||||
Meh.
|
|
@ -34,7 +34,7 @@ class integration(Spec):
|
|||
|
||||
def vanilla_with_other_files(self):
|
||||
# Same but w/ other files in toctree
|
||||
skip()
|
||||
self._assert_worked('vanilla_plus')
|
||||
|
||||
def customized_filename_with_identical_title(self):
|
||||
# Changelog named not 'changelog', same title
|
||||
|
|
Loading…
Add table
Reference in a new issue