summaryrefslogtreecommitdiff
path: root/tests/test_domain_js.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-8/+8
* Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-221-7/+7
* js domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-011-25/+32
* test: Add testcase for js domainTakeshi KOMIYA2020-02-151-0/+53
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-37/+31
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-8/+8
* Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+32
* Merge pull request #3475 from agjohnson/domain-js-add-nestingTakeshi KOMIYA2017-03-261-31/+79
|\
| * Remove JS domain module feature for null module namesAnthony Johnson2017-03-201-4/+1
| * Add nesting, module directive, and method directive to JavaScript domainAnthony Johnson2017-03-151-31/+82
* | Year++Takeshi KOMIYA2017-03-261-1/+1
|/
* Add tests for xrefs on Python and JavaScript domainsAnthony Johnson2017-03-051-0/+87