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

Creating running_test_for_yml_files.py #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Abinash-bit
Copy link

@Abinash-bit Abinash-bit commented Oct 6, 2024

Adding a python pipeline to Test the yml files.

Step 1:

test_gsoc_structure

This test checks that each entry in gsoc.yml has an rss_feed and a project, and that the RSS feed is a valid URL starting with http.

Step 2:

test_gsoc_times_structure

This test ensures that the dates in gsoc_times.yml are formatted correctly as YYYY-MM-DD HH:MM:SS.

Step 3:

test_yaml_loads_without_error

This test ensures that the YAML files are valid and load without any parsing errors.

Step 4:

run python running_test_for_yml_files.py

Screenshot 2024-10-06 194147

Therefore this fixes #51

@Abinash-bit Abinash-bit marked this pull request as draft October 6, 2024 15:06
@Abinash-bit Abinash-bit marked this pull request as ready for review October 6, 2024 15:07
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.

write small test for yaml file
1 participant