aboutsummaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Collapse)Author
2016-04-23Add a test email fileTeddy Wing
Meant to commit this as part of 9b967f55333c82d333d88bfda41dd576b9ff5b46 when I first added the TAP integration test but forgot to do so. This is a sample email that we can use in our integration test.
2016-04-21Add test for `find_alias_in_file` Ok caseTeddy Wing
New test for when alias matches are found in the given file. We want to match all aliases that don't have the searched email and start with the searched alias string. This gives us a list of aliases. We'll then be able to use this list to determine the highest-ranking id of the searched alias and append ${id}+1 to it to create our new alias.
2016-04-17Create a function that will check whether an alias is in a fileTeddy Wing
This will allow us to pass an alias and grep for it in a given file. Just a rough outline to start. Added a super basic test and a file in "testdata" to operate on for testing.