Skip to content

bin/verify-exercises#164

Merged
keiravillekode merged 1 commit into
exercism:mainfrom
keiravillekode:verify-exercises
Apr 22, 2026
Merged

bin/verify-exercises#164
keiravillekode merged 1 commit into
exercism:mainfrom
keiravillekode:verify-exercises

Conversation

@keiravillekode

Copy link
Copy Markdown
Contributor

We move .factor files to match

      "files": {
        "solution": [
          "%{kebab_slug}/%{kebab_slug}.factor"
        ],
        "test": [
          "%{kebab_slug}/%{kebab_slug}-tests.factor"
        ],
        "example": [
          ".meta/example.factor"
        ],
        "exemplar": [
          ".meta/exemplar.factor"
        ]
      },

All tests are now generated.

We move .factor files to match

```text
  "files": {
    "solution": [
      "%{kebab_slug}/%{kebab_slug}.factor"
    ],
    "test": [
      "%{kebab_slug}/%{kebab_slug}-tests.factor"
    ],
    "example": [
      ".meta/example.factor"
    ],
    "exemplar": [
      ".meta/exemplar.factor"
    ]
  },
```

All tests are now generated.

bin/verify-exercises tests exercises using local factor install.
@github-actions

Copy link
Copy Markdown

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@kotp kotp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks fine to me.

One failing test...

@keiravillekode keiravillekode force-pushed the verify-exercises branch 3 times, most recently from d7c69a2 to 0f398c5 Compare April 22, 2026 10:37
@keiravillekode keiravillekode changed the title CI tests exercises against test runner bin/verify-exercises Apr 22, 2026
@keiravillekode

Copy link
Copy Markdown
Contributor Author

I'll leave the new CI test for another PR.

@keiravillekode keiravillekode merged commit 70bd9ce into exercism:main Apr 22, 2026
1 check passed
@keiravillekode keiravillekode deleted the verify-exercises branch April 22, 2026 10:45
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.

2 participants