omarandlorraine
6488650d24
use python3 on debians too ( #3812 )
...
* use python3 on debians too
in Debian 11 which is Bullseye, /usr/bin/python is a Python2
interpreter, which means that cppcheck-htmlreport fails to run here.
So I've chenged the shebang to use python3
* change all shebangs from python to python3
Co-authored-by: Sam M W <smw@alertergroup.co.uk>
2022-11-03 22:14:30 +01:00
Oliver Stöneberg
b472b4e65d
some Python cleanups based on PyCharm inspections ( #2999 )
...
* some Python cleanups based on PyCharm inspections
* test-helloworld.py: adjusted assert in test_addon_relative_path()
2021-01-31 14:27:11 +01:00
Rikard Falkeborn
c6036f8704
travis: Test htmlreport with python2 and python3 ( #2862 )
2020-11-04 21:03:46 +01:00
Malcolm Parsons
0af866c9ba
test_htmlreport: cppcheck no longer supports XML file version 1 ( #1487 )
2018-11-22 13:28:01 +01:00
Steven Myint
9475a7d029
Allow running "test_htmlreport.py" from any path
...
This fixes a Travis CI failure.
2013-10-07 07:36:34 -07:00
Steven Myint
e183a826c5
Fix typo in getting line number
...
The closing parenthesis was in the wrong place resulting in the default
value not getting set. This adds a test case.
2013-10-07 06:38:49 -07:00
Steven Myint
6ad30a1c69
Handle "--xml-version=2"
...
This also adds "test_htmlreport.py" to the Travis CI tests.
2013-10-06 13:34:48 -07:00
myint
85b0a4d398
Generalize HTML check a bit
2012-09-09 14:05:38 -07:00
myint
6738a760b1
Make test names more descriptive
2012-09-09 12:29:59 -07:00
myint
3cb737131b
Add tests for cppcheck-htmlreport
2012-09-09 09:58:21 -07:00