# temper v0.1.0 - Table of Contents

> Flaky-test detection for ExUnit: records every test outcome and reports tests with divergent results on the same git SHA.

## Pages

- [Temper](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Temper](Temper.md): Flaky-test detection for ExUnit.
- [Temper.Analysis](Temper.Analysis.md): Classifies recorded test outcomes into flaky tests and suspects.
- [Temper.Env](Temper.Env.md): Boundary module that gathers run context data from the real world:
git, CI environment variables, the system clock and the runtime.
- [Temper.Formatter](Temper.Formatter.md): ExUnit formatter that records every test outcome to the history file.
- [Temper.History.Codec](Temper.History.Codec.md): Encodes `Temper.Record`s as history lines and decodes them back.
- [Temper.History.Reader](Temper.History.Reader.md): Boundary module that reads history files back into records.
- [Temper.History.Writer](Temper.History.Writer.md): Boundary module that appends history lines to a `.jsonl` file.
- [Temper.Record](Temper.Record.md): One recorded test outcome — the unit Temper's history is made of.
- [Temper.Report](Temper.Report.md): Renders analysis results for humans or machines.
- [Temper.RunContext](Temper.RunContext.md): The run context shared by every test outcome recorded during one
ExUnit suite run.

## Mix Tasks

- [mix temper.clean](Mix.Tasks.Temper.Clean.md): Deletes Temper's recorded history files.
- [mix temper.report](Mix.Tasks.Temper.Report.md): Reports flaky tests: tests with divergent outcomes on the same git SHA.

