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 178 of 221; 24 results per page.

Show the canonical directory
Preview of STL: ASCII Corner SAMPLE
stl
145 B
Actual file preview for STL: ASCII Corner SAMPLE

STL: ASCII Corner SAMPLE

Tiny ASCII STL SAMPLE (corner) for mesh importer smoke tests.

File
STL · Textured · ASCII
Use case
Conversion testing· Conversion set
Preview of STL: ASCII Cube
stl
2.9 KB
Actual file preview for STL: ASCII Cube

STL: ASCII Cube

A 10 mm cube as ASCII STL, human-readable facet/normal/vertex records. The most portable 3D-print mesh format; for testing STL parsers and slicers.

File
STL · Mesh · 12 triangles
Use case
Conversion testing· Conversion set
Preview of STL: ASCII Pyramid SAMPLE
stl
147 B
Actual file preview for STL: ASCII Pyramid SAMPLE

STL: ASCII Pyramid SAMPLE

Tiny ASCII STL SAMPLE (pyramid) for mesh importer smoke tests.

File
STL · Textured · ASCII
Use case
Conversion testing· Conversion set
Preview of STL: ASCII Slab SAMPLE
stl
141 B
Actual file preview for STL: ASCII Slab SAMPLE

STL: ASCII Slab SAMPLE

Tiny ASCII STL SAMPLE (slab) for mesh importer smoke tests.

File
STL · Textured · ASCII
Use case
Conversion testing· Conversion set
Preview of STL: ASCII Tetra SAMPLE
stl
143 B
Actual file preview for STL: ASCII Tetra SAMPLE

STL: ASCII Tetra SAMPLE

Tiny ASCII STL SAMPLE (tetra) for mesh importer smoke tests.

File
STL · Textured · ASCII
Use case
Conversion testing· Conversion set
Preview of STL: ASCII Wedge SAMPLE
stl
143 B
Actual file preview for STL: ASCII Wedge SAMPLE

STL: ASCII Wedge SAMPLE

Tiny ASCII STL SAMPLE (wedge) for mesh importer smoke tests.

File
STL · Textured · ASCII
Use case
Conversion testing· Conversion set
Preview of STL: Binary Cube
stl
684 B
Actual file preview for STL: Binary Cube

STL: Binary Cube

The same 10 mm cube as binary STL: an 80-byte header, a triangle count, and packed little-endian floats. Compact; for testing binary-STL readers.

File
STL · Mesh · 12 triangles
Use case
Conversion testing· Conversion set
Preview of STL: Signpost in Millimetres (the 3D-printing convention)
stl
11.8 KB
Actual file preview for STL: Signpost in Millimetres (the 3D-printing convention)

STL: Signpost in Millimetres (the 3D-printing convention)

The signpost in millimetres as ASCII STL. STL has no unit field either, but every slicer assumes millimetres, which is why an STL exported in metres arrives as a 1 mm speck and one exported in inches arrives 25.4x too big.

File
STL · Units
Use case
Conversion testingMetadata testing+1· Conversion set
Preview of STL: Zero-area Facets with Null Normals
stl
3.5 KB
Actual file preview for STL: Zero-area Facets with Null Normals

STL: Zero-area Facets with Null Normals

An ASCII STL of the reference cube with two extra facets that have no area and declare a null (0 0 0) normal, exactly what CAD tessellators emit at a sliver. Slicers either drop them, warn, or divide by zero; this is how you find out which.

File
STL · Degenerate
Use case
Mesh repair testingMesh processing QA· Conversion set
Preview of Stock block geometry: expected results and reader evidence
json
1.1 KB
Actual file preview for Stock block geometry: expected results and reader evidence

Stock block geometry: expected results and reader evidence

One closed faceted BREP with six planar faces. Triangulation yields 12 triangles, eight unique geometric positions, bounds 0,0,0 to 40,30,20 mm, surface area 5,200 mm² and volume 24,000 mm³. Hard-normal vertices may be duplicated.

File
JSON · Business Cad · 12 triangles
Use case
Data import
Preview of Stock OHLCV: Daily Candles (CSV, 252 rows)
csv
10.5 KB
Actual file preview for Stock OHLCV: Daily Candles (CSV, 252 rows)

Stock OHLCV: Daily Candles (CSV, 252 rows)

A year of daily OHLCV stock candles (open/high/low/close/volume) as a seeded random walk: a realistic finance time-series for testing charting, indicators, and importers. JSON twin included.

File
CSV · Finance · 252 rows
Use case
Data importTime-series data+1· Conversion set
Preview of Store Receipt: Scanned (image-only PDF)
pdf
57.1 KB
Actual file preview for Store Receipt: Scanned (image-only PDF)

Store Receipt: Scanned (image-only PDF)

The same café receipt as an image-only 'scan': no text layer, with a slight rotation and grain so it reads like a photographed receipt. Paired with the searchable version as OCR ground truth.

File
PDF · PDF
Use case
OCR testingPDF editor testing· Paired fixture
Preview of Store Receipt: Searchable PDF
pdf
2.1 KB
Actual file preview for Store Receipt: Searchable PDF

Store Receipt: Searchable PDF

A realistic café receipt as a searchable PDF with a real text layer: the OCR ground truth paired with an image-only scanned twin, so you can score OCR output against known text.

File
PDF · PDF
Use case
OCR testingPDF editor testing· Paired fixture
Preview of Structured Application Log: 300 JSON Lines (jsonl)
jsonl
100.8 KB
Actual file preview for Structured Application Log: 300 JSON Lines (jsonl)

Structured Application Log: 300 JSON Lines (jsonl)

Three hundred newline-delimited JSON log records from five services, each with a timestamp, level, logger, message, a nested http object and request and order identifiers. The severity mix is counted in the spec table, so a level filter can be asserted rather than eyeballed.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Blank, Non-JSON and BOM-Prefixed Lines (jsonl)
jsonl
1.8 KB
Actual file preview for Structured Log: Blank, Non-JSON and BOM-Prefixed Lines (jsonl)

Structured Log: Blank, Non-JSON and BOM-Prefixed Lines (jsonl)

A JSON Lines file with the debris a real container stream carries: blank and whitespace-only lines, one bare stderr write from a C library, a mid-file byte-order mark and two lines that are valid JSON but not objects. Five real records are in there.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Clock Skew Across Three Hosts (jsonl)
jsonl
8.6 KB
Actual file preview for Structured Log: Clock Skew Across Three Hosts (jsonl)

Structured Log: Clock Skew Across Three Hosts (jsonl)

Three hosts writing to one stream with disagreeing clocks: one 45 seconds behind and one six hours ahead because NTP is unreachable. Interleaved by host, so a naive tail shows events from the future and a retention window silently drops the past.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Deeply Nested and Very Wide Context (jsonl)
jsonl
4.6 KB
Actual file preview for Structured Log: Deeply Nested and Very Wide Context (jsonl)

Structured Log: Deeply Nested and Very Wide Context (jsonl)

One record nested 24 levels deep, one with 200 sibling keys and one holding a 12 by 12 array of arrays. Field-flattening pipelines turn these into hundreds of dotted keys, and depth limits truncate them silently: this is where both behaviours become visible.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Duplicate Keys in One JSON Object (jsonl)
jsonl
383 B
Actual file preview for Structured Log: Duplicate Keys in One JSON Object (jsonl)

Structured Log: Duplicate Keys in One JSON Object (jsonl)

Records whose objects declare the same key twice, including one where the duplicate changes the severity from debug to error. RFC 8259 permits duplicate names and leaves the outcome undefined, so last-wins and first-wins parsers disagree about what these records say.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: High-Cardinality Label Fields (jsonl)
jsonl
58 KB
Actual file preview for Structured Log: High-Cardinality Label Fields (jsonl)

Structured Log: High-Cardinality Label Fields (jsonl)

Every record carries five fields that are unique to it: session, customer, device, pod name and container ID. Harmless as log text, ruinous the moment they are promoted to indexed labels, which is the mistake this fixture exists to make measurable.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: logfmt (log)
log
4 KB
Actual file preview for Structured Log: logfmt (log)

Structured Log: logfmt (log)

A structured application log in logfmt, space-separated key=value pairs (ts, level, msg, method, path, status, duration, request_id) as used by many Go and Heroku-style services. A fixture for testing logfmt parsers.

File
LOG · Logs