Closed SaOgaz closed 5 years ago
What is being tested here? @brechmos-stsci @drdavella @robelgeda
I think the idea is to make sure the title in the matplotlib
viewers accurately reflects the data that is being displayed:
In this case, we want to make sure that the title ("018.DATA") corresponds to the data component that is being displayed in that viewer.
The test for this should be pretty simple: just make sure the expected title is being displayed at the start of the test, and then change the data being displayed and check the title to make sure it's updated appropriately.
Part of #394