Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 98 of 221; 24 results per page.

Show the canonical directory
Preview of HDF5 Deeply Nested Group Tree: Eight Levels (.h5)
h5
17.4 KB
Actual file preview for HDF5 Deeply Nested Group Tree: Eight Levels (.h5)

HDF5 Deeply Nested Group Tree: Eight Levels (.h5)

Eight levels of nested groups, each holding a dataset whose values equal its own depth. Any tree walk that caps recursion depth or flattens names silently loses the lower levels, and the depth-valued arrays make that immediately visible.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing· Conversion set
Preview of HDF5 Degenerate Shapes: Scalar, Zero-Length and Null (.h5)
h5
9.4 KB
Actual file preview for HDF5 Degenerate Shapes: Scalar, Zero-Length and Null (.h5)

HDF5 Degenerate Shapes: Scalar, Zero-Length and Null (.h5)

Five degenerate but entirely legal datasets, a rank-0 scalar, a zero-length vector, a (0, 5) array, a single-element vector and a NULL dataspace, plus an empty group. None of them is corrupt, and a reader that reports them as errors is the thing being tested.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of HDF5 Dimension Scales Attached to a 3-D Array (.h5)
h5
9.4 KB
Actual file preview for HDF5 Dimension Scales Attached to a 3-D Array (.h5)

HDF5 Dimension Scales Attached to a 3-D Array (.h5)

The CF NetCDF grid expressed with HDF5's own dimension-scale mechanism, so each axis of the 3-D array points at a real coordinate dataset through DIMENSION_LIST references. It lets a reader be tested on scale resolution instead of on filename conventions.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing· Conversion set
Preview of HDF5 Experiment Hierarchy: raw, processed, metadata (.h5)
h5
14.4 KB
Actual file preview for HDF5 Experiment Hierarchy: raw, processed, metadata (.h5)

HDF5 Experiment Hierarchy: raw, processed, metadata (.h5)

A three-group HDF5 file laid out the way a real bench run is (raw arrays, a processed derivative that names its source in a derived_from attribute, and a metadata group) with units on every dataset. It is the walk-the-tree fixture: a reader has to recurse rather than assume a flat namespace.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing· Conversion set
Preview of HDF5 Hard, Soft and Dangling Links (.h5)
h5
6.1 KB
Actual file preview for HDF5 Hard, Soft and Dangling Links (.h5)

HDF5 Hard, Soft and Dangling Links (.h5)

One array reachable under four names: itself, a hard link sharing its object address, a soft link resolved at access time, and a soft link pointing nowhere. A walker that counts names instead of object addresses reports four arrays and then crashes on the dangling one.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of HDF5 Numeric dtype Zoo: Every Width at Its Limits (.h5)
h5
11 KB
Actual file preview for HDF5 Numeric dtype Zoo: Every Width at Its Limits (.h5)

HDF5 Numeric dtype Zoo: Every Width at Its Limits (.h5)

Twelve datasets, one per numeric HDF5 type, each holding the extreme values of that type including the uint64 and int64 limits that do not survive a trip through a double. It is the fixture that exposes a reader which widens everything to float64 on the way in.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of HDF5 Strings: Fixed, Variable-Length and UTF-8 (.h5)
h5
8.1 KB
Actual file preview for HDF5 Strings: Fixed, Variable-Length and UTF-8 (.h5)

HDF5 Strings: Fixed, Variable-Length and UTF-8 (.h5)

Fixed-width byte strings, variable-length UTF-8 strings and UTF-8 attribute text in one file, including Greek, CJK and combining diacritics. HDF5 hands fixed-width strings back as padded bytes and variable-length ones as decoded text, and conflating the two is where string handling usually breaks.

File
H5 · Hdf5 · UTF-8
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of HDF5 Units and Uncertainty Attributes on Every Dataset (.h5)
h5
9.3 KB
Actual file preview for HDF5 Units and Uncertainty Attributes on Every Dataset (.h5)

HDF5 Units and Uncertainty Attributes on Every Dataset (.h5)

Four measured quantities where the uncertainty lives in dataset attributes rather than a parallel column, with the coverage factor spelled out so k=1 and k=2 values cannot be confused. It is the fixture for a pipeline that must propagate uncertainty it read from metadata.

File
H5 · Hdf5
Use case
Scientific dataSerialization testing· Conversion set
Preview of HDF5: Hierarchical Scientific Data
h5
6.3 KB
Actual file preview for HDF5: Hierarchical Scientific Data

HDF5: Hierarchical Scientific Data

A small HDF5 file with a compound 'employees' dataset and a numeric 'readings' grid: the hierarchical format used across science and ML. For testing h5py/HDF5 readers and conversion.

File
H5 · Binary · 5 rows
Preview of Headerless CSV
csv
453 B
Actual file preview for Headerless CSV

Headerless CSV

A CSV with no header row, for testing parsers that must infer or be told the column names.

File
CSV · CSV · 20 rows
Use case
CSV parsing
Preview of Healthcare ORM HL7 Message (SAMPLE)
hl7
187 B
Actual file preview for Healthcare ORM HL7 Message (SAMPLE)

Healthcare ORM HL7 Message (SAMPLE)

Sample HL7 v2 ORM order message with PID and OBR segments: fictional patient and order ids.

File
HL7 · Healthcare
Use case
Data import
Preview of Healthcare Prescription (JSON)
json
149 B
Actual file preview for Healthcare Prescription (JSON)

Healthcare Prescription (JSON)

Synthetic e-prescription JSON for pharmacy routing and validation tests.

File
JSON · Healthcare
Use case
Data import
Preview of Heap Profile: In-Use Bytes by Allocation Site (txt)
txt
244 B
Actual file preview for Heap Profile: In-Use Bytes by Allocation Site (txt)

Heap Profile: In-Use Bytes by Allocation Site (txt)

A heap profile measuring bytes still live at the sample point, not bytes ever allocated, which is why its shape differs from the allocation profile of the same process. 620 MB retained across five sites, with an unbounded session cache at the top.

File
TXT · Profiles
Use case
ObservabilityPerformance testing+1· Conversion set
Preview of Helm Chart.yaml with Dependencies
yaml
712 B
Actual file preview for Helm Chart.yaml with Dependencies

Helm Chart.yaml with Dependencies

A Helm v2 Chart.yaml with two conditional subchart dependencies, semver range constraints, a kubeVersion constraint, maintainers and annotations. Every repository and URL is example.invalid, so nothing resolves anywhere real.

File
YAML · Helm
Use case
Config testingConfig parsing+1· Conversion set
Preview of Helm Default values.yaml
yaml
837 B
Actual file preview for Helm Default values.yaml

Helm Default values.yaml

The defaults half of a Helm values pair: nested maps, an empty map and an empty list, a list of env entries, and quoted booleans that must survive as strings. Pairs with the production overrides fixture for deep-merge testing.

File
YAML · Helm
Use case
Config testingConfig parsing+1· Conversion set
Preview of Helm Production values Overrides
yaml
632 B
Actual file preview for Helm Production values Overrides

Helm Production values Overrides

The overrides half of a Helm values pair, built to exercise all three merge behaviours at once: maps merge key by key, the env list replaces the defaults wholesale, and an explicit null deletes the inherited podAnnotations map.

File
YAML · Helm
Use case
Config testingConfig parsing+1· Conversion set
Preview of Helm values.schema.json
json
3 KB
Actual file preview for Helm values.schema.json

Helm values.schema.json

The values.schema.json that validates the paired Helm values files: a 2020-12 JSON Schema with $defs, $ref, enums, quantity patterns, and additionalProperties: false on nested objects. Validates the defaults and rejects a values file with an unknown image key.

File
JSON · Helm
Use case
Schema validationJSON parsing+1· Conversion set
Preview of HL7 v2 ADT^A01 Admission Message
hl7
434 B
Actual file preview for HL7 v2 ADT^A01 Admission Message

HL7 v2 ADT^A01 Admission Message

An HL7 v2.5 ADT^A01 patient-admission message: pipe/caret-delimited segments (MSH, EVN, PID, PV1, allergies, diagnosis). A fixture for testing healthcare integration engines and HL7 parsers. The patient is fictional.

File
HL7 · Healthcare