Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
update for code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bianliu1013 committed May 5, 2017
1 parent 821dc25 commit 983a58e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docfx_yaml/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@ def build_finished(app, exception):
# Skip objects without a module
continue

if filename.lower().find('.tests') != -1:
# Skip *.tests*.yml files
continue

references = []

# Merge module data with class data
Expand Down
2 changes: 1 addition & 1 deletion tests/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_xref(self):
if item['uid'] == 'example.nap.Base.ref':
self.assertEqual(
item['seealsoContent'],
'See also: Depends on @example.example.Foo'
'See also: Depends on @example.example.Foo Relative reference on @example.nap.Base.foo'
)

def test_toc(self):
Expand Down

0 comments on commit 983a58e

Please sign in to comment.