Skip to content

Test Coverage for older django versions #24968

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

Merged
merged 3 commits into from
Apr 7, 2025

Conversation

danila-grobov
Copy link

Related to this issue: #24199

@mcobalchinisoftfocus Discovered an issue with older django versions, which didn't have the main function in the manage.py

#24927 (comment)

I've fixed this issue by executing the code in manage.py with name set to main instead of relying on main function being there.

I've also adjusted the test, so that it would cover this case.

@eleanorjboyd eleanorjboyd requested review from eleanorjboyd and karthiknadig and removed request for eleanorjboyd April 4, 2025 21:09
@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug skip-issue-check labels Apr 4, 2025
@eleanorjboyd
Copy link
Member

thanks for fixing those linting issues and things- will review today

@vs-code-engineering vs-code-engineering bot added this to the April 2025 milestone Apr 7, 2025
@karthiknadig karthiknadig merged commit bb6e909 into microsoft:main Apr 7, 2025
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug skip-issue-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants