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

Added latest DSF board meeting minutes to complementary sidebar. #1871

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

sarahboyce
Copy link
Contributor

Fixes #1870
Screenshot of new section for meeting minutes

Copy link
Member

@bmispelon bmispelon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this, nice work 👍🏻

The feature itself looks good, I just have a nitpick about the tests

@@ -77,3 +77,49 @@ def test_meeting_details(self):
self.assertContains(response, "DSF Board monthly meeting")
self.assertContains(response, "USD $10,000.00")
self.assertContains(response, "EUR €5,000.00")

def test_latest_meeting_minutes(self):
user = User.objects.create_superuser("admin", "[email protected]", "password")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All 4 tests in this file now create the same user object. Can we move it to a setUpTestData on the class instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point 👍 moved member into setUpTestData as well as it's need in 3/4 tests

@bmispelon bmispelon merged commit 4fbcf7d into django:main Jan 18, 2025
4 checks passed
@bmispelon
Copy link
Member

Nice work, thanks! 🚀

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.

Make it easier to see the latest board meeting minutes
2 participants