forked from cresset-template/cresset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix grep expression to find avx2 to use the `q` flag. * Add testing README. * Merge multiple custom aliasing layers into a single layer. * Place tmux installation back in the conda installation with fixed version number for consistent behavior.
- Loading branch information
1 parent
c3ac5a7
commit 478ef1d
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
# `sudo` and `zsh` are required packages. | ||
at | ||
sudo | ||
tmux | ||
watchman # For pyre-check only. | ||
zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Tests | ||
|
||
This is the directory for tests. | ||
PyTest is the recommended testing platform. | ||
|
||
Unit tests should preferably be written as doctests, | ||
with more advanced tests being placed in this directory. |