summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
blob: f92a702cffe98a857f79e82189c97245a494c7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
mod character;
mod cmd_duration;
mod common;
mod configuration;
mod directory;
mod git_branch;
mod git_state;
mod git_status;
mod golang;
mod hostname;
mod jobs;
mod line_break;
mod modules;
mod nix_shell;
mod nodejs;
mod python;
mod ruby;
mod time;
mod username;