Skip to content

Commit

Permalink
Test exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 9, 2024
1 parent 21db181 commit d7c90d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/test_exports.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@eval module $(gensym())
using ITensorTDVP: ITensorTDVP
using Test: @test, @testset
@testset "Test exports" begin
@test issetequal(
names(ITensorTDVP),
[:ITensorTDVP, :TimeDependentSum, :dmrg_x, :linsolve, :tdvp, :to_vec],
)
end
end

0 comments on commit d7c90d5

Please sign in to comment.