Merge pull request #2019 from gaelicWizard/lib/colors

lib/colors: split out metaprogramming
This commit is contained in:
Noah Gorny
2022-01-30 00:10:14 +02:00
committed by GitHub
10 changed files with 294 additions and 280 deletions

2
test/lib/helpers.bats Normal file → Executable file
View File

@@ -3,7 +3,7 @@
load ../test_helper
load ../test_helper_libs
load ../../plugins/available/base.plugin
load ../../themes/colors.theme
load ../../lib/colors
function local_setup {
setup_test_fixture

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bats
load ../test_helper
load ../../themes/colors.theme
load ../../lib/colors
load ../../lib/log
load ../../lib/helpers