python-20 / video-downloader

A python application to download videos
GNU General Public License v3.0
9 stars 10 forks source link

Testing - Create Unit Tests (Unittest?) #5

Open chonix opened 4 years ago

chonix commented 4 years ago

Build test scripts around every .py file testing functions as we build up things

chonix commented 4 years ago
scottwedge commented 4 years ago

I am teaching myself Python and unittesting and would like to volunteer for this task for your project. Scott

chonix commented 4 years ago

do you by chance have a Discord user? If not, now's the right time to have one :)

cherylli commented 4 years ago

You are very welcome to join us, Scott. Would you mind joining our discord server if you're not already in it? Can pm you the link.

scottwedge commented 4 years ago

All, just created a Discord user. Please send me the link to your server. Scott

On Fri, Jan 24, 2020 at 4:45 PM Cheryl Murphy notifications@github.com wrote:

You are very welcome to join us, Scott. Would you mind joining our discord server if you're not already in it? Can pm you the link.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/python-20/video-downloader/issues/5?email_source=notifications&email_token=AAXVDYR3T7ADOKPV4DO2OVTQ7NONXA5CNFSM4KDDJKMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ4F6HI#issuecomment-578314013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXVDYVYAZJJ4WRCVBJN3H3Q7NONXANCNFSM4KDDJKMA .

scottwedge commented 4 years ago

scottwedge#9577

On Fri, Jan 24, 2020 at 5:36 PM Scott Wedge scott.wedge@gmail.com wrote:

All, just created a Discord user. Please send me the link to your server. Scott

On Fri, Jan 24, 2020 at 4:45 PM Cheryl Murphy notifications@github.com wrote:

You are very welcome to join us, Scott. Would you mind joining our discord server if you're not already in it? Can pm you the link.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/python-20/video-downloader/issues/5?email_source=notifications&email_token=AAXVDYR3T7ADOKPV4DO2OVTQ7NONXA5CNFSM4KDDJKMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ4F6HI#issuecomment-578314013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXVDYVYAZJJ4WRCVBJN3H3Q7NONXANCNFSM4KDDJKMA .

cherylli commented 4 years ago

https://discord.gg/YwdTAk Try this. I tried to invite by your username but i think I had to add you as friend first

AlexPHorta commented 4 years ago

If anyone have a good reason to use another tool, it's ok, but I'd like to work with the standard unittest. One less external requirement.