Skip to content

Commit

Permalink
Few extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalum committed Jul 29, 2020
1 parent be56964 commit d630199
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ using Purses: Purse, value
Base.prod,
Base.length,
Base.size,
Base.iterate,
Base.keys,
Base.values,
Base.pairs,
Base.broadcastable,
Base.maximum,
Base.minimum,
# Linear algebra operations
Expand Down

2 comments on commit d630199

@dalum
Copy link
Owner Author

@dalum dalum commented on d630199 Jul 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/18711

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" d630199c04b79f4b7824f2c002f9aa688105b428
git push origin v0.2.0

Please sign in to comment.