示例#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')