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

Fix issues with migration tests and add project form tests #76

Open
wants to merge 15 commits into
base: phase-2
Choose a base branch
from

Conversation

rantahar
Copy link

@rantahar rantahar commented Jul 18, 2019

Change Django version for a quick fix to the migration tests. The tests use the Django Migration Executor class to roll back migrations to given point and reapply them. Django >= 2.1.5 uses Sqlite3 foreign key constraints, which seem to create an issue with this approach.

Fix two minor coding issues.

Fix issue with project view tests. Since we only allow project members to view projects, a membership needed to be added for the techlead of project 2 in test fixtures

@rantahar rantahar changed the title Fix issues with migration tests and test fixtures Fix issues with migration tests and add project form tests Jul 18, 2019
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

Successfully merging this pull request may close these issues.

1 participant