petersellars / dotfiles

Personal dotfiles for customization of environments
MIT License
0 stars 0 forks source link

Implement A Dotfiles Test Mechanism/Process #14

Open petersellars opened 2 months ago

petersellars commented 2 months ago

Implement a way to test the Dotfiles

petersellars commented 2 months ago

Look into using ShellSpec

https://shellspec.info/

petersellars commented 1 month ago

Look at the way others are testing there dotfiles, but running an instance then running some tests.

petersellars commented 2 days ago

Based on tests seen in other dotfiles we will start a TestContainer, install the dotfiles in them and then run some Tests via TestContainer shell scripts.