コード例 #1
0
 def test_VS_CloudsStyle_01(self):
     img = self.plot(mpl_vsec_styles.VS_CloudsStyle_01(driver=self.vsec))
     assert img is not None
コード例 #2
0
ファイル: test_mss_plot_driver.py プロジェクト: Marilyth/MSS
 def test_VS_CloudsStyle_01(self):
     img = self.plot(mpl_vsec_styles.VS_CloudsStyle_01(driver=self.vsec))
     assert img is not None
     noframe = self.plot(mpl_vsec_styles.VS_CloudsStyle_01(driver=self.vsec), noframe=True)
     assert noframe != img