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

Add tests #23

Open
bittner opened this issue Oct 31, 2023 · 2 comments
Open

Add tests #23

bittner opened this issue Oct 31, 2023 · 2 comments

Comments

@bittner
Copy link

bittner commented Oct 31, 2023

The project doesn't seem to have tests and test automation.

Would you be interested to have that and packaging automation added via a PR?

@maxpoletaev
Copy link
Owner

That’s a neat idea! There isn’t much code, and most of it is just dirty patching and hacks around Python module resolution, which I think might be quite tricky to test.

However, if you see a way it can be tested, that would be great!

@maxpoletaev
Copy link
Owner

I think the right strategy here might be not to attempt writing the actual unit tests for the code, but rather to try running the example app under different versions of Django via tox and ensure they are compatible.

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

2 participants