Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Commit

Permalink
Cleanup REQUIRES and add a quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Apr 7, 2017
1 parent eaf71e5 commit 91026fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ StatsBase 0.11.0
SortingAlgorithms
Reexport
Compat 0.19.0
WeakRefStrings
DataStreams
WeakRefStrings 0.1.3
DataStreams 0.1.0
3 changes: 1 addition & 2 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Compat 0.9.0
DataStructures
RData
LaTeXStrings
Atom
CSV
6 changes: 6 additions & 0 deletions test/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ module TestIO

answer = Sys.WORD_SIZE == 64 ? 0x937e94e70d642cce : 0x2b8864d8
@test hash(sprint(printtable, dt)) == answer

# DataStreams
using CSV

dt = CSV.read(joinpath(dirname(@__FILE__), "data/iris.csv"), DataTable)
@test size(dt) == (150, 5)
end

0 comments on commit 91026fb

Please sign in to comment.