Skip to content

Commit 76a6551

Browse files
committed
display(Pkg.installed()) in test/runtests.jl
1 parent 3d4f524 commit 76a6551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
using PyCall, Compat
22
using Compat.Test, Compat.Dates, Compat.Serialization
33

4+
using Compat: Pkg
5+
display(Pkg.installed())
6+
println()
7+
48
filter(f, itr) = collect(Iterators.filter(f, itr))
59
filter(f, d::AbstractDict) = Base.filter(f, d)
610

0 commit comments

Comments
 (0)