Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Paul Jolly edited this page Nov 25, 2021 · 5 revisions

Frequently asked questions about the unity project.

How do I add my project to the unity corpus?

Simple!

  • Add a new git submodule
  • Create a PR
  • Wait for the CI tests for pass
  • Request a review

For projects which define their own cue.mod/tests manifest, you can use the PR where unity-example was added to the corpus as an example.

Where a project cannot (yet) define such a manifest, the vector project PR provides an example of how to also define an overlay.

What commands are available within a unity testscript test script?

  • cue will run the version of cmd/cue under test
  • the standard testscript commands like cd, chmod, ...

What is the overlap between unity testscripts and cue cmd?

Answer to follow...

Why are unity tests run in a copy of the CUE module?

Answer to follow...

What Docker setup do I require to build unity images?

See https://github.com/cue-lang/unity-docker.