You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/tests
Sam Lai 974bae1f20 Support specifying package directories in `autoapi_dirs` (#135)
* Support specifying package directories as well

Fixes #108.

* Use os.sep instead of the hardcoded '/'

This was making the tests fail on Windows because the necessary '/'
replacements were not happening on Windows due to os.sep being '\\'.
6 years ago
..
dotnetexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
fixtures Fix outdated fixture data 9 years ago
goexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
jsexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
pyexample Can control how __init__ docstring is displayed 6 years ago
pypackageexample Support specifying package directories in `autoapi_dirs` (#135) 6 years ago
templateexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
toctreeexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
test_astroid_utils.py Extended ast parsing with astroid 6 years ago
test_domains.py Make docfx great again! 8 years ago
test_integration.py Support specifying package directories in `autoapi_dirs` (#135) 6 years ago
test_objects.py Extended ast parsing with astroid 6 years ago
test_python_parser.py Extended ast parsing with astroid 6 years ago