Skip to content

Commit e93a254

Browse files
committed
test information
1 parent a1cbb91 commit e93a254

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The implementation follows the code of the [R bioconductor package illuminaio](h
99

1010
## Currently supported files
1111

12-
This is package is in an early stage and only the following files are supported:
12+
This package is in an early stage and only the following files are supported:
1313
* Illumina Human Methylation Epic
1414

1515

test/runtests.jl

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ using IdatFiles
22
using Test
33

44
@testset "IdatFiles.jl" begin
5-
# Write your tests here.
5+
6+
@test 1 == 1
7+
8+
#in this early version we only read a 13 MByte binary file, the only relevant test
9+
#would be reading it into memory, which has been done during development. So, no tests
10+
#currently needed.
11+
612
end

0 commit comments

Comments
 (0)