コード例 #1
0
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
         pd.pnow(freq='M')
コード例 #2
0
ファイル: test_api.py プロジェクト: glyg/pandas
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning,
                                     check_stacklevel=False):
         pd.pnow(freq='M')