Commit d91893a12a3d6d40a50e609486f5694c7ad0ee8a
1 parent
43bb2cef16
Initial stuff. The tests fail, obviously.
Showing 5 changed files with 27 additions and 0 deletions Side-by-side Diff
.gitignore
Makefile
requirements.txt
tests/.zshenv
| ... | ... | @@ -0,0 +1,10 @@ |
| 1 | +# zshrc file written for antigen's tests. Might not be a good one for daily use. | |
| 2 | + | |
| 3 | +# See cram's documentation for some of the variables used below. | |
| 4 | + | |
| 5 | +export ANTIGEN_REPO_CACHE="$TMP/dot-antigen/cache" | |
| 6 | +export ANTIGEN_BUNDLE_DIR="$TMP/dot-antigen/bundle" | |
| 7 | + | |
| 8 | +rm "$TESTDIR/.zcompdump" | |
| 9 | + | |
| 10 | +source "$TESTDIR/../antigen.zsh" |
tests/main.t