conduit/tests/complement
strawberry 0f3f919e7b add list of passed, failed, and all complement tests
Signed-off-by: strawberry <strawberry@pupbrain.dev>
2024-04-14 22:35:23 -04:00
..
Dockerfile update complement Dockerfile conduwuit config sed's 2024-04-14 22:35:23 -04:00
failed_tests.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
full_results.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
passed_tests.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
README.md document commandline args for complement 2024-04-14 22:35:23 -04:00

Complement

What's that?

Have a look at its repository.

How do I use it with Conduit?

The script at ../bin/complement has automation for this. It takes a few command line arguments:

  • Path to Complement's source code
  • A .jsonl file to write test logs to
  • A .jsonl file to write test results to

Example: ./bin/complement "../complement" "logs.jsonl" "results.jsonl"