aboutsummaryrefslogtreecommitdiff
path: root/webtests/browser_run.py
AgeCommit message (Collapse)Author
2021-04-30webtests: Delete itBonfaceKilz
These are no longer used
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2013-08-22Fixed import in show_trait_js_test.pyZachary Sloan
Added a function to browser_run.py that gets an element's style
2013-08-16Created a file (test_runner.py) that runs every test in theZachary Sloan
directory in a row and reports the results