AlephNullSK / dnsgen

Generates combination of domain names from the provided input.
MIT License
884 stars 115 forks source link

Adding test cases for dnsgen 'partiate domain' #4

Open SrilakshmiSH opened 4 years ago

SrilakshmiSH commented 4 years ago

Hello Patrik,

I have created a test file for partiate domain method using unittest module. I have considered different cases for valid and invalid domain names and have tested for special characters as well using assertEqual(). I'm a beginner in python and new to open source. This being my first contribution, I request you to suggest any improvements.

Thanks, Sri

PatrikHudak commented 4 years ago

Thanks for the PR, can you please move it to "tests/" folder in the root rather than "dnsgen/"?

Thanks