summaryrefslogtreecommitdiff
path: root/tests/gold
Commit message (Expand)AuthorAgeFilesLines
* docs: more tweaking of the gold-file instructionsNed Batchelder2023-04-011-5/+19
* perf: make the context shortcodes even shorterNed Batchelder2023-04-012-41/+41
* style: clean up #1587Ned Batchelder2023-03-224-10/+26
* fix: put contexts dict in <script> and reveal them using JavaScript (#1587)Oleh Krehel2023-03-222-12/+19
* test: check the HTML for context outputNed Batchelder2023-03-212-0/+221
* test: provide more guidance about working with gold filesNed Batchelder2023-03-212-5/+15
* chore: update HTML gold filesNed Batchelder2022-05-2039-887/+931
* style(html): clean up the html tags and stylesNed Batchelder2022-05-201-6/+8
* chore: update HTML gold filesNed Batchelder2022-05-2026-156/+355
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-201-4/+6
* chore: update html test gold filesJ. M. F. Tsang2022-05-1938-76/+794
* style: convert more string formatting to f-stringsNed Batchelder2021-11-111-1/+1
* build(test): remove obsolete jQuery gold files #840Ned Batchelder2021-11-026-182/+23
* chore: update HTML gold filesNed Batchelder2021-10-3024-74/+77
* refactor(test): name this gold file properlyNed Batchelder2021-10-281-0/+0
* test: add a annotate test, and simplify the logicNed Batchelder2021-10-281-0/+10
* test: also test goldtest bad xmlNed Batchelder2021-10-251-4/+4
* test: finishing covering goldtest.py with test_goldtest.pyNed Batchelder2021-10-242-0/+6
* test: test compare() from test/goldtest.pyNed Batchelder2021-10-241-0/+4
* fix(html): ariaSort isn't supported in Firefox yetNed Batchelder2021-10-233-14/+12
* chore(test): update gold filesNed Batchelder2021-10-2327-213/+217
* test: update gold filesNed Batchelder2021-10-2343-2063/+1890
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-231-4/+4
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-8/+12
* refactor(html): a one-header sticky headerNed Batchelder2021-10-231-31/+33
* fix(html): scrolling to an anchor ensures the line is visibleNed Batchelder2021-10-201-3/+3
* chore: updated HTML gold filesNed Batchelder2021-10-1738-383/+626
* fix(html): adjust some colorsNed Batchelder2021-10-171-8/+8
* feat(html): sticky header on pyfileNed Batchelder2021-10-171-5/+15
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-171-8/+8
* test: fix the tests/gold/html/Makefile to copy actual outputNed Batchelder2021-10-171-4/+3
* build: make "clean" targets be quietNed Batchelder2021-10-081-1/+1
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
* test: change how we keep mismatched actual outputNed Batchelder2021-07-152-8/+6
* fix: generate flat file names differentlyNed Batchelder2021-07-154-0/+0
* refactor: remove unneeded py2-only gold filesNed Batchelder2021-05-022-161/+0
* fix: correct slight mis-layout of the hotkey panelsNed Batchelder2021-04-131-4/+4
* fix: HTML report makes room for 4-digit line numbers #1124Ned Batchelder2021-02-271-5/+5
* Need new gold files for pep626 partial branch HTML reportNed Batchelder2021-01-102-0/+176
* Update the support files for HTML gold filesNed Batchelder2021-01-102-54/+226
* Updated gold html filesNed Batchelder2020-12-0538-79/+117
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-2338-38/+38
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-091-2/+12
* Back to monospaced for the index pageNed Batchelder2020-07-051-1/+1
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+111
* More HTML tweaksNed Batchelder2020-06-291-4/+3
* A few further style tweaks to the HTML reportNed Batchelder2020-06-281-122/+11
* Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-2825-116/+275
|\
| * Fix testsVince Salvino2020-06-2424-74/+74
| * Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-42/+201