Esempio n. 1
0
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
         pd.pnow(freq='M')
Esempio n. 2
0
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning,
                                     check_stacklevel=False):
         pd.pnow(freq='M')