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