| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Every time the test was getting run, it would create the file, but not
delete it. This meant that tests were not idempotent and artifacts from
previous tests were persisting into the next ones.
Use `make-temp-file' to let-bind `stack-filter-cache-file' to a
temporary file. It is guaranteed to be empty when the tests begin.
|
| |
|
|
|
|
|
| |
Also removed tests for `stack-core-filter-data--item-in-tree' since it
no longer exists.
|
| |
|
|
|
|
| |
Vectors should not be turning into lists. See test cases.
|
|
|
|
|
|
| |
Allows build to continue if it cannot find the file. This is for
reading in sample data. I'm not really sure why the local build cannot
find the file, but I will figure it out later today.
|
| |
|
| |
|
| |
|
| |
|
|
|