summaryrefslogtreecommitdiff
path: root/tests/gold
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This is a re-implementation of pull #1354.
* 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
| | | | test: I keep forgetting about the 3.10-only gold file
* 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
| | | | The HTML report index page wasn't indicating the sort order properly
* 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
| | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-8/+12
| | | | This is squashed from pull request #1248
* 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
| | | | | | | The sticky header was hiding the line scrolled to the top of the window. Along the way, also changed to use classes on <body> to control the sticky header, and moved the header code into a function.
* chore: updated HTML gold filesNed Batchelder2021-10-1738-383/+626
|
* fix(html): adjust some colorsNed Batchelder2021-10-171-8/+8
| | | | | | | | - make the yellow border more visible - make the context-blue less vibrant - all colors are lower-case
* 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
| | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
* test: change how we keep mismatched actual outputNed Batchelder2021-07-152-8/+6
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test
* fix: generate flat file names differentlyNed Batchelder2021-07-154-0/+0
| | | | | | | | Fixes a few unusual issues with reports: - #580: HTML report generation fails on too long path - #584: File collisions in coverage report html - #1167: Remove leading underscore in coverage html
* 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
| | | | Fixes: #1124
* 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
| | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions
* 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
| | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate.
* A few further style tweaks to the HTML reportNed Batchelder2020-06-281-122/+11
| | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page
* Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-2825-116/+275
|\ | | | | Add dark mode, and other design changes for the HTML report.
| * Fix testsVince Salvino2020-06-2424-74/+74
| |
| * Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-42/+201
| |
* | tests/gold/html/Makefile: support more shells (#984)Roland Illig2020-05-101-1/+1
|/ | | | | | | | | * tests/gold/html/Makefile: support more shells Not all shells support the `[[` keywords. Among them are many `/bin/sh`. * Update tests/gold/html/Makefile Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* More polish on the expandable contextsNed Batchelder2019-10-172-6/+6
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-162-8/+10
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-152-2/+2
|
* This test accidentally triggered our exclude regex during metacovNed Batchelder2019-10-143-8/+9
|
* make update-supportNed Batchelder2019-10-141-18/+16
|