Re: [Tutor] redirecting testing output to file, using two different options

2018-05-17 Thread Yosef Levy
As I understand from documentation reading, pytest does not support advanced file handling like logging module.. for example: log file rotate, limit file size etc. I am using OS Centos6 2018-05-16 21:48 GMT+03:00 Mats Wichmann : > On 05/16/2018 02:53 AM, Yosef Levy wrote: > > Hello All, > > > >

Re: [Tutor] redirecting testing output to file, using two different options

2018-05-17 Thread Peter Otten
Yosef Levy wrote: > Hello All, > > I have testing environment. > Code is written under Python 2.6. > testing output should be redirected to log file. > I am using two different file handling, in order to log output: > > > > 1. logging module: > > import unittest2 > import logging > import sys

[Tutor] Scraping old twitter posts

2018-05-17 Thread matej taferner
Hi guys ! I didn't use Python for c. 2 years hence my skills are a little bit rusty. I will really appreciate some hints or a guideline. I would like to search my Twitter feed and search/scrape for some "specific words" and create a list for further analysis. Can someone recommend me some quality r

Re: [Tutor] Scraping old twitter posts

2018-05-17 Thread Mats Wichmann
On 05/17/2018 04:47 AM, matej taferner wrote: > Hi guys ! > I didn't use Python for c. 2 years hence my skills are a little bit rusty. > I will really appreciate some hints or a guideline. > I would like to search my Twitter feed and search/scrape for some "specific > words" and create a list for f