Re: How to test?

2020-04-25 Thread DL Neil via Python-list
On 25/04/20 7:53 PM, Manfred Lotz wrote: On Sat, 25 Apr 2020 18:41:37 +1200 DL Neil wrote: On 25/04/20 5:16 PM, Manfred Lotz wrote: On Fri, 24 Apr 2020 19:12:39 -0300 Cholo Lennon wrote: On 24/4/20 15:40, Manfred Lotz wrote: I have a command like application which checks a directory tr

Re: How to test?

2020-04-25 Thread Cholo Lennon
On 4/25/20 2:16 AM, Manfred Lotz wrote: On Fri, 24 Apr 2020 19:12:39 -0300 Cholo Lennon wrote: On 24/4/20 15:40, Manfred Lotz wrote: I have a command like application which checks a directory tree for certain things. If there are errors then messages will be written to stdout. How to test th

Re: Secure Coding in Python

2020-04-25 Thread Kor son of Rynar
Dear Souvik, On Fri, Apr 10, 2020 at 9:53 PM Souvik Dutta wrote: > Is this what you are looking for? > https://medium.com/@felsen88/python-secure-coding-guidelines-73c7ce1db86c > Thank you very much for the link. Yes, it is along those lines, although the reference above has more links to good

Re: How to test?

2020-04-25 Thread Manfred Lotz
On Sat, 25 Apr 2020 18:41:37 +1200 DL Neil wrote: > On 25/04/20 5:16 PM, Manfred Lotz wrote: > > On Fri, 24 Apr 2020 19:12:39 -0300 > > Cholo Lennon wrote: > > > >> On 24/4/20 15:40, Manfred Lotz wrote: > >>> I have a command like application which checks a directory tree > >>> for certain