arviz-devs/arviz

Testing of interactive plotting features

Offen

#719 geöffnet am 25.06.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TeX (495 Forks)batch import
ContinousIntegrationHelp WantedTesting

Repository-Metriken

Stars
 (1.818 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 8h) (5 gemergte PRs in 30 T)

Beschreibung

PR #700 introduced the option hover_label, which shows the label of a datapoint when the user hovers over it with the mouse. For now, this feature is not tested in CI, because it requires an interactive backend.

Thoughts on implementation

Add one extra job skipping all tests except the interactive ones? It would require to somehow fake the hover action too, as part of the code is only executed when the hover action is triggered.

Contributor Guide