Skip to content

Update tests in demo/broadway

Codacy Production / Codacy Static Code Analysis required action Jul 17, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Complexity increasing per file
==============================
- test/__init__.py  2
- test/test_chart.py  4
- src/plotly_gtk/utils/ticks.py  1
- test/demo/broadway/test_broadway.py  1
         

See the complete overview on Codacy

Annotations

Check notice on line 1 in src/plotly_gtk/utils/ticks.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/plotly_gtk/utils/ticks.py#L1

'math' imported but unused (F401)

Check notice on line 43 in src/plotly_gtk/utils/ticks.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/plotly_gtk/utils/ticks.py#L43

local variable 'frac' is assigned to but never used (F841)

Check warning on line 91 in test/demo/broadway/test_broadway.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/demo/broadway/test_broadway.py#L91

Unused variable 'out'