We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b169fa9 commit dedc457Copy full SHA for dedc457
1 file changed
test/runtests.jl
@@ -1,6 +1,10 @@
1
using PyCall, Compat
2
using Compat.Test, Compat.Dates, Compat.Serialization
3
4
+using Compat: Pkg
5
+display(Pkg.installed())
6
+println()
7
+
8
filter(f, itr) = collect(Iterators.filter(f, itr))
9
filter(f, d::AbstractDict) = Base.filter(f, d)
10
0 commit comments