Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

430 results

Page 14 of 18; 24 results per page.

Show the canonical directory
Preview of Python Traceback (log)
log
631 B
Actual file preview for Python Traceback (log)

Python Traceback (log)

A realistic Python traceback with a chained exception ('During handling of the above exception...') and a caret error indicator. A fixture for testing traceback parsers and error-reporting tools.

File
LOG · Logs · 4 frames
Use case
Log parsingError handling· Conversion set
Preview of Real-estate Listings (CSV, 30 rows)
csv
2.7 KB
Actual file preview for Real-estate Listings (CSV, 30 rows)

Real-estate Listings (CSV, 30 rows)

A property-listings dataset — 30 homes with address, type, price, beds/baths, size, year built, coordinates, and status. Synthetic data for testing listing importers, map plots, and price analytics.

File
CSV · Real Estate · 30 rows
Use case
Data importGeospatial+1· Conversion set
Preview of Real-estate Listings (JSON, 30 records)
json
9.4 KB
Actual file preview for Real-estate Listings (JSON, 30 records)

Real-estate Listings (JSON, 30 records)

The property listings as a JSON array — the format twin of the CSV, for import and mapping tests.

File
JSON · Real Estate · 30 records
Use case
Data importGeospatial+1· Conversion set
Preview of Recommender Ratings — user/item/rating (CSV, 240 rows)
csv
6.1 KB
Actual file preview for Recommender Ratings — user/item/rating (CSV, 240 rows)

Recommender Ratings — user/item/rating (CSV, 240 rows)

A MovieLens-style ratings log — 240 user/item/rating events with Unix timestamps across 50 users and 40 items. A fixture for testing recommender pipelines, collaborative-filtering loaders, and sparse-matrix builders.

File
CSV · Recommender · 240 rows
Preview of RIS Citations (.ris)
ris
447 B
Actual file preview for RIS Citations (.ris)

RIS Citations (.ris)

The same three references as an RIS citation file with two-letter tags and ER record terminators — the twin of the BibTeX file, for testing RIS import and BibTeX/RIS conversion.

File
RIS · Scientific · 3 records
Use case
Scientific dataEditor testing· Conversion set
Preview of RSA 2048 Private Key (PEM)
key
1.7 KB
Actual file preview for RSA 2048 Private Key (PEM)

RSA 2048 Private Key (PEM)

A 2048-bit RSA private key in unencrypted PKCS#8 PEM — a deliberately PUBLISHED, sample-only key for testing PEM key parsers and PKCS#8 decoders. Never use it for anything real.

File
KEY · Security
Preview of RSS 2.0 Feed
rss
699 B
Actual file preview for RSS 2.0 Feed

RSS 2.0 Feed

A well-formed RSS 2.0 feed with a channel and multiple items — for testing feed readers and parsers.

File
RSS · Feeds · UTF-8
Use case
Feed parsing
Preview of SaaS Product Events (CSV)
csv
2.2 KB
Actual file preview for SaaS Product Events (CSV)

SaaS Product Events (CSV)

Synthetic product-analytics events (signup/login/upgrade) for testing event pipelines and warehouse loads. CSV twin.

File
CSV · Saas · 24 rows
Use case
Data importCSV parsing· Conversion set
Preview of SaaS Product Events (JSON)
json
4.8 KB
Actual file preview for SaaS Product Events (JSON)

SaaS Product Events (JSON)

Synthetic product-analytics events (signup/login/upgrade) for testing event pipelines and warehouse loads. JSON twin.

File
JSON · Saas · 24 records
Use case
Data importJSON parsing· Conversion set
Preview of Sample GraphQL Schema
graphql
86 B
Actual file preview for Sample GraphQL Schema

Sample GraphQL Schema

Sample GraphQL Schema — small deterministic fixture for parsers and the in-browser editor.

File
GRAPHQL · Graphql
Preview of Sample JWT — Decoded (JSON)
json
574 B
Actual file preview for Sample JWT — Decoded (JSON)

Sample JWT — Decoded (JSON)

The decoded header and payload of the sample JWT as JSON, alongside the public signing secret and algorithm — the ground truth for checking a JWT decoder's output.

File
JSON · Security
Use case
JSON parsingEditor testing· Paired fixture
Preview of Sample JWT (HS256)
jwt
354 B
Actual file preview for Sample JWT (HS256)

Sample JWT (HS256)

A sample JSON Web Token (JWT) signed with HS256 using a published example secret — verifiable but powerless — for testing JWT decoders and validators. Sample only, never for production. Paired with its decoded claims.

File
JWT · Security
Use case
Conversion testingEditor testing· Paired fixture
Preview of Sample Protobuf Schema
proto
68 B
Actual file preview for Sample Protobuf Schema

Sample Protobuf Schema

Sample Protobuf Schema — small deterministic fixture for parsers and the in-browser editor.

File
PROTO · Protobuf
Preview of Sample SQLite Database
sqlite
12 KB
Actual file preview for Sample SQLite Database

Sample SQLite Database

A real SQLite database with two related tables — users and orders joined by a foreign key — for testing database importers and SQL tooling.

File
SQLITE · Database
Use case
Data import
Preview of Sample XML
xml
344 B
Actual file preview for Sample XML

Sample XML

A well-formed XML catalogue with nested elements and attributes — for testing XML parsers and XPath queries.

File
XML · XML
Use case
Data import
Preview of Sample YAML
yaml
242 B
Actual file preview for Sample YAML

Sample YAML

A YAML configuration file with nested mappings, sequences, inline lists, and comments — for testing YAML parsers.

File
YAML · YAML
Use case
Data import
Preview of Semicolon-Delimited CSV
csv
473 B
Actual file preview for Semicolon-Delimited CSV

Semicolon-Delimited CSV

A CSV that uses semicolons as the delimiter (common in European locales) — for testing delimiter detection.

File
CSV · CSV · 20 rows
Use case
CSV parsing
Preview of Service Dependency Graph (GraphML, directed)
graphml
1.4 KB
Actual file preview for Service Dependency Graph (GraphML, directed)

Service Dependency Graph (GraphML, directed)

A directed service-dependency graph in GraphML — ten microservices (web, api, auth, db, cache, queue, worker, …) with their call/dependency edges. A fixture for testing directed-graph importers, cycle detection, and topological sorting.

File
GRAPHML · Graph
Preview of Social Network Graph (GEXF)
gexf
3.9 KB
Actual file preview for Social Network Graph (GEXF)

Social Network Graph (GEXF)

The same 12-person social network in GEXF 1.3 (Gephi's native format) — node attributes and weighted edges. The format twin of the GraphML file, for testing Gephi imports and GraphML↔GEXF conversion.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Social Network Graph (GraphML)
graphml
4.3 KB
Actual file preview for Social Network Graph (GraphML)

Social Network Graph (GraphML)

A small synthetic social network in GraphML — 12 people in two communities with a few bridging ties, carrying node attributes (name, age, community) and weighted edges. Twinned with a GEXF file for testing graph importers and format converters.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Sports League Standings (CSV)
csv
401 B
Actual file preview for Sports League Standings (CSV)

Sports League Standings (CSV)

A football-style league table — position, played, won/drawn/lost, goals for/against, goal difference, and points for ten teams, derived from a full round of synthetic match results. Paired with the results JSON.

File
CSV · Sports
Use case
Data importConversion testing· Conversion set
Preview of Sports Match Results (JSON)
json
7.2 KB
Actual file preview for Sports Match Results (JSON)

Sports Match Results (JSON)

The full round of match results behind the league table — home/away teams, scores, and dates as a JSON array. A fixture for testing sports-data importers and standings calculators.

File
JSON · Sports
Use case
Data importConversion testing· Conversion set