flake8
failed.
JSHint
passed.
Review Request #11664 — Created June 20, 2021 and submitted
A previous change introduced a
runtests.sh
script, which ran the unit
tests usingrbext
. Doing this as a shell script was simple, but
unfortunately it made it hard to run with different versions of Python.This change switches this to a Python script, which can easily be run
with any version of Python. It wraps theRBExt()
class, passing in the
required arguments. So long asrbext
is installed with that version of
Python, it will work.
Ran the unit test suite with multiple versions of Python.
Summary | ID |
---|---|
3ac7dda38531428134eaad9fa18459594b592101 |
Description | From | Last Updated |
---|---|---|
F401 'os' imported but unused |
reviewbot |
Removed an unused import.
Summary | ID | |
---|---|---|
9261e9ccce4a923440e834fe943e38da7e5e1bbf | ||
3ac7dda38531428134eaad9fa18459594b592101 |
Revision 2 (+52 -14)