| changeset | d54f4261cd87 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | test: fix version test |
| files |
| changeset | 70703d22c79a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | test: fix test_html for different html structure for extra info. Fix normalization of python version/path. However there are so many changes in formating under python3 depending on version, I am now just checking for 3 key strings rather than equality for a block of html. |
| files |
| changeset | 6763813d9d34 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | issue2551350 - Python changes for 3.12 with roundup 2.3.0 cgitb.py Fix change in pydoc.html.header() signature. It dropped foreground and background color arguments in 3.11 and newer. Also enable test code for the html function. |
| files |
| changeset | cbcd6253ebaa |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | issue2551334 - get test suite running under windows Support windows filepaths in tests. |
| files |
| changeset | 8ef97f7cfb6d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | test: add tests for support.py: PrioList, Progress, TruthDict Also removed an obsolete comment for Progress. |
| files |
| changeset | 6c7f03902e5a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Backed out changeset 050bcfc801c3 |
| files |
| changeset | 050bcfc801c3 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | run the test() routine in install_util.py. |
| files |
| changeset | 570bdfad078d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | fix test_pt_html handle new error pointer in output. |
| files |
| changeset | 51f9bd50f875 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | disable test_html - different output under 3.10 than other 3.x the test passed under 3.9, 3.8, 3.6, 2.7 but failed 3.10 and 3.11. Looks like an extra variable name (a) is displayed in pre-3.10 environment dump. Note that a is undefined so it arguably shouldn't be there. |
| files |
| changeset | fb7056f2dcda |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | normalize out python version and path. |
| files |
| changeset | 83720f0aee06 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | typo in one test. fix. |
| files |
| changeset | 3129d73e8535 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | flake8 plus tests for cgitb.py flake8 fixes for cgitb.py. Also set up tests for functions in unit. Need tests before making some other changes in cgitb.py. |
| files |
| changeset | 5986ddd0d2e7 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Check version_check. Version check should also exclude 3.0-3.5 or there abouts, so get code coverage first. |
| files |
| changeset | 3b945aee0919 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | accept_language parse; fix priority order; preserve insertion order There are conditions under which the order is not correctly returned. Use hashq.hashpop in a loop to get items out of hash (list) in proper priority order. Make 3 element tuples in hashq include insertion order. This makes tuples inserted later lower in priority when priority q values are the same. Makes: "zn;q=1.0;q= 1.0,pt-br,en-US; q=0.5" return ['zn', 'pt_br', 'en_US'] (pt_br is default prio of 1 like zn). Otherwise we get ['pt_br', 'zn', 'en_US'] since 'p' > 'z'. |
| files |
| changeset | 9a09719b0d8e |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Christof Meerwald <cmeerw@cmeerw.org> |
| description | helper to allow comparing dicts and None values in Python 3 |
| files |
| changeset | e1e3531b4d9b |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | add tests for roundup/cgi/accept_language.py copied from embedded doctests already in file. |
| files |