mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-19 15:25:31 +00:00
Fix tests
This commit is contained in:
parent
e8514dfee2
commit
875d6b6ffa
@ -75,15 +75,15 @@ class PythonTests(LanguageIntegrationTests):
|
||||
example_file
|
||||
)
|
||||
self.assertIn(
|
||||
'example.Foo.method_okay(foo=None, bar=None)',
|
||||
'method_okay(foo=None, bar=None)',
|
||||
example_file
|
||||
)
|
||||
self.assertIn(
|
||||
'example.Foo.method_multiline(foo=None, bar=None, baz=None)',
|
||||
'method_multiline(foo=None, bar=None, baz=None)',
|
||||
example_file
|
||||
)
|
||||
self.assertIn(
|
||||
'example.Foo.method_tricky(foo=None, bar=dict)',
|
||||
'method_tricky(foo=None, bar=dict)',
|
||||
example_file
|
||||
)
|
||||
self.assertFalse(
|
||||
|
Loading…
Reference in New Issue
Block a user