Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | webtests: Delete it | BonfaceKilz | |
These are no longer used | |||
2021-04-29 | Run `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-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | |||
2013-08-22 | Fixed import in show_trait_js_test.py | Zachary Sloan | |
Added a function to browser_run.py that gets an element's style | |||
2013-08-16 | Created a file (test_runner.py) that runs every test in the | Zachary Sloan | |
directory in a row and reports the results |