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 more og properties #50

Merged
merged 14 commits into from
May 4, 2023
Merged

Add more og properties #50

merged 14 commits into from
May 4, 2023

Conversation

ysk24ok
Copy link
Owner

@ysk24ok ysk24ok commented May 4, 2023

fixes #28

Below are the introduced changed other than the PR title.

  • Merged OpenGraphProperties and NonOpenGraphProperties into a single class named Properties
  • Refactored and simplified tests

ysk24ok added 14 commits May 2, 2023 19:06
- Parametrize tests
- Deleted a test for a case where og:title is an empty string
- Deleted a test for a case where og:title doesn't exist
- Split test cases for 'og:url' and 'domain'
- Parametrize tests
- Delete a test for a case where 'og:url' is an empty string
- Delete a test for a case where 'og:url' does not exist
- Parametrize tests
- Delete a test for a case where 'og:image' is an empty string
- Delete a test for a case where 'og:image' does not exist
- Delete a test for a case where 'description' is an empty string
- Delete a test for a case where 'description' does not exist
- Split tests per property
- Add tests for description
@ysk24ok ysk24ok merged commit 0b6fbb6 into master May 4, 2023
19 checks passed
@ysk24ok ysk24ok deleted the add_more_og_properties branch May 4, 2023 10:58
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.

Access other og: properties
1 participant