{"id":16158058,"url":"https://github.com/seankilleen/santasleigh","last_synced_at":"2026-05-20T14:16:20.257Z","repository":{"id":148031420,"uuid":"432502216","full_name":"SeanKilleen/SantaSleigh","owner":"SeanKilleen","description":"A journey into test automation and TDD for the Advent of Code 2021","archived":false,"fork":false,"pushed_at":"2021-12-15T05:42:16.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T04:45:46.507Z","etag":null,"topics":["automation","csharp","csharp-advent-2021","dotnet","nunit","tdd","xunit"],"latest_commit_sha":null,"homepage":"https://seankilleen.com/2021/12/santa-sleigh/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeanKilleen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-27T15:50:18.000Z","updated_at":"2021-12-15T06:14:23.000Z","dependencies_parsed_at":"2023-05-28T06:30:27.264Z","dependency_job_id":null,"html_url":"https://github.com/SeanKilleen/SantaSleigh","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanKilleen%2FSantaSleigh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanKilleen%2FSantaSleigh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanKilleen%2FSantaSleigh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanKilleen%2FSantaSleigh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeanKilleen","download_url":"https://codeload.github.com/SeanKilleen/SantaSleigh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578617,"owners_count":20961270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","csharp","csharp-advent-2021","dotnet","nunit","tdd","xunit"],"created_at":"2024-10-10T01:52:27.470Z","updated_at":"2026-05-20T14:16:20.212Z","avatar_url":"https://github.com/SeanKilleen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Santa Sleigh\n\nA journey into Test automation and TDD for the [2021 C# Advent](https://www.csadvent.christmas/)\n\nMeant to accompany the blog post at \u003chttps://seankilleen.com/2021/12/santa-sleigh/\u003e.\n\n## Choose Your Own Adventure\n\nThis repository is organized around branches for each framework. You can see the end results in the `xunit` and `xunit` branches. The tags for each step for each framework are below, for easy reference.\n\n|  | Tag | Diff |\n|---|-----|------|\n| Empty projects | [Tag link](https://github.com/SeanKilleen/SantaSleigh/releases/tag/01-emptyproject) | N/A |\n\n## NUnit\n\n[See the commits step by step](https://github.com/SeanKilleen/SantaSleigh/commits/nunit)\n\n|  | Tag | Diff |\n|---|-----|------|\n| 1. Basic Setup | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-01-basicsetup) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/01-emptyproject...nunit-01-basicsetup) |\n| 2. Turning | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-02-turning) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-01-basicsetup...nunit-02-turning) |\n| 3. Refactoring | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-03-refactoring) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-02-turning...nunit-03-refactoring) |\n| 4. X Coordinates | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-04-xcoordinates) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-03-refactoring...nunit-04-xcoordinates) |\n| 5. Y Coordinates | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-05-ycoordinates) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-04-xcoordinates...nunit-05-ycoordinates) |\n| 6. Wrapping | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-06-wrapping) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-05-ycoordinates...nunit-06-wrapping) |\n| 7. Presents | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-07-presents) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-06-wrapping...nunit-07-presents) |\n| 8. Exception | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/nunit-08-exception) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/nunit-07-presents...nunit-08-exception) |\n\n## xUnit\n\n[See the commits step by step](https://github.com/SeanKilleen/SantaSleigh/commits/xunit)\n\n|  | Tag | Diff |\n|---|-----|------|\n| 1. Basic Setup | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-01-basicsetup) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/01-emptyproject...xunit-01-basicsetup) |\n| 2. Turning | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-02-turning) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-01-basicsetup...xunit-02-turning) |\n| 3. Refactoring | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-03-refactoring) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-02-turning...xunit-03-refactoring) |\n| 4. X Coordinates | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-04-xcoordinates) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-03-refactoring...xunit-04-xcoordinates) |\n| 5. Y Coordinates | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-05-ycoordinates) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-04-xcoordinates...xunit-05-ycoordinates) |\n| 6. Wrapping | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-06-wrapping) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-05-ycoordinates...xunit-06-wrapping) |\n| 7. Presents | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-07-presents) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-06-wrapping...xunit-07-presents) |\n| 8. Exception | [Tag](https://github.com/SeanKilleen/SantaSleigh/releases/tag/xunit-08-exception) | [Diff](https://github.com/SeanKilleen/SantaSleigh/compare/xunit-07-presents...xunit-08-exception) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankilleen%2Fsantasleigh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseankilleen%2Fsantasleigh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankilleen%2Fsantasleigh/lists"}