Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Aug 27, 2022
1 parent 1018abe commit f51087d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/reactions.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@testset "From Rhea reactions" begin
@test true
# PFL
r = MetaNetXReactions.get_reaction_from_rhea(11844)

@test r.id == "MNXR188637"
@test "2.3.1.54" in r.classification
@test all(in.(["11844", "11845", "11846", "11847"], Ref(r.crossreferences["rhea"])))
end

2 comments on commit f51087d

@stelmo
Copy link
Owner Author

@stelmo stelmo commented on f51087d Aug 27, 2022

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/67207

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.1.0 -m "<description of version>" f51087d98f404cd057b79f386892982795de71c1
git push origin v0.1.0

Please sign in to comment.