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

Adding pytest #11

Open
jeffrey82221 opened this issue May 14, 2023 · 3 comments
Open

Adding pytest #11

jeffrey82221 opened this issue May 14, 2023 · 3 comments

Comments

@jeffrey82221
Copy link

Hi @GrandMoff100 ,

Currently, I am trying to start building a regex generation project using your RegexFactory package. I would like to add some unittest to your package so that I can be more confident in using the package.

I wonder if I can fork this repo and contribute some unitests to it?

Also, is there any thing I must notice when building the unittest?

@GrandMoff100
Copy link
Owner

Awesome!!!! I'd be honored if you contributed some tests to the project! As far what you should know this project is pretty simple. The examples folder is a good place to start. I'm almost certain that those examples should work and you can get the hang of the project fairly quickly. If they don't work I'll be happy to revitalize the project and collaborate with you on the tests.

@frank113
Copy link
Contributor

Agreed. Regex operations are a constant annoyance to construct and this package is a simple way to add velocity when dealing with simple regular expressions.

In terms of frameworks pytest is very powerful and extendable.

@GrandMoff100
Copy link
Owner

Yep pytest is my goto for building tests. I might build the tests myself pretty soon.

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

No branches or pull requests

3 participants