Validation Package test

Language: F#

validation; my-package; thing

v2.0.1 released on 07/28/2026

by John Doe; Jane Doe

20 Downloads

this package is here for testing purposes only.


Install with arc-validate

 arc-validate package install test --version 2.0.1

Include in a PLANTDataHUB CQC pipeline

validation_packages:
  - name: test
    version: 2.0.1

Description

this package is here for testing purposes only.


Release notes

Trigger another CI run


Browse code for v2.0.1 (fsharp)
(*
---
Name: test
MajorVersion: 2
MinorVersion: 0
PatchVersion: 1
Publish: false
Summary: this package is here for testing purposes only.
Description: this package is here for testing purposes only.
Authors:
  - FullName: John Doe
    Email: j@d.com
    Affiliation: University of Nowhere
    AffiliationLink: https://nowhere.edu
  - FullName: Jane Doe
    Email: jj@d.com
    Affiliation: University of Somewhere
    AffiliationLink: https://somewhere.edu
Tags:
  - Name: validation
  - Name: my-package
  - Name: thing
ReleaseNotes: "Trigger another CI run"
---
*)

// this file is intended for testing purposes only.
printfn "If you can read this in your console, you successfully executed test package v2.0.1!" 

#r "nuget: ARCExpect, 1.0.1"

open ARCExpect
open Expecto

let validationCases = testList "test" [
    test "yes" {Expect.equal 1 1 "yes"}
]

validationCases
|> Execute.ValidationPipeline(
    basePath = System.Environment.CurrentDirectory,
    packageName = "test"
)

Available versions
Version Released on
7.0.0 07/28/2026
6.0.3 07/28/2026
6.0.2 07/28/2026
6.0.1 07/28/2026
6.0.0 07/28/2026
5.0.0 07/28/2026
5.0.0-use+suffixes 07/28/2026
4.0.0 07/28/2026
3.0.0 07/28/2026
2.0.1 07/28/2026
2.0.0 07/28/2026
1.0.1 07/28/2026
1.0.0 07/28/2026
0.0.2 07/28/2026
0.0.1 07/28/2026