Improve isolation of tests

This commit is contained in:
Dominik Ritter 2016-02-13 17:35:06 +01:00
parent a75b0c17d2
commit a3eaf4a4b0
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@
setopt shwordsplit
SHUNIT_PARENT=$0
function oneTimeSetUp() {
function setUp() {
# Load Powerlevel9k
source functions/colors.zsh
}

View file

@ -5,8 +5,9 @@
setopt shwordsplit
SHUNIT_PARENT=$0
function oneTimeSetUp() {
function setUp() {
# Load Powerlevel9k
source functions/icons.zsh
source functions/utilities.zsh
}

View file

@ -5,7 +5,7 @@
setopt shwordsplit
SHUNIT_PARENT=$0
function oneTimeSetUp() {
function setUp() {
# Load Powerlevel9k
source powerlevel9k.zsh-theme
source functions/*