Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #41

Open
devinmatte opened this issue Oct 4, 2017 · 3 comments
Open

Testing #41

devinmatte opened this issue Oct 4, 2017 · 3 comments

Comments

@devinmatte
Copy link
Owner

Now that the project gets a decent amount of contributions, I should set up a testing suite to test all of the functions.

This should be easy to do. I simply need to try a series of inputs with values that it should be able to handle.

self.image_src("htss://ddddd.com") --> fail
@XFabian
Copy link

XFabian commented Oct 5, 2017

Can you tell me how exactly you want this? Im new to to testing in python. Am I writing the tests in a seperate file and is there a library I can use?

@devinmatte
Copy link
Owner Author

@7Orion7 So I shouldn't have marked this issue as hacktoberfest, It's a little too vague.

This is something I need to implement where I test each function against a series of input that would be invalid and just make sure it handles it.

I'm not sure what method I would use to do that with yet. If you want to do some research and put in a pull request with a basic layout feel free. However I think for now this will just be a placeholder issue

@antonio-one
Copy link

antonio-one commented Aug 14, 2021

@devinmatte is this repo still going? I wrote a bunch of tests if you want them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants