-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use ArgTools for read/write arguments, refactor API tests (#44)
The API testing takes a long time now since we're testing 3 formats and 5 different types for each argument for up to 3 arguments, so a total 375 combinations, which is some serious overkill. Refactoring made it somewhat faster (and clearer), but could still be cut down.
- Loading branch information
1 parent
0dc0e70
commit d8512d8
Showing
3 changed files
with
112 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ authors = ["Stefan Karpinski <[email protected]>"] | |
version = "1.1.1" | ||
|
||
[deps] | ||
ArgTools = "0dad84c5-d112-42e6-8d28-ef12dabb789f" | ||
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d" | ||
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd" | ||
SuffixArrays = "24f65c1e-0a10-5d3d-8a1f-a83399f3fced" | ||
|
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
d8512d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
d8512d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: "Tag with name
v1.1.1
already exists and points to a different commit"