-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lint tests (Common problem is assigning to a variable, and then not making any assertions.) * whitespace. runs well locally.
- Loading branch information
1 parent
e6f6f9d
commit ae193e1
Showing
10 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import clodius.tiles.beddb as hgbe | ||
import json | ||
import os.path as op | ||
|
||
|
||
def test_get_tiles(): | ||
filename = op.join('data', 'corrected.geneListwithStrand.bed.multires') | ||
|
||
ret = hgbe.tiles(filename, ['x.1.0', 'x.1.1']) | ||
hgbe.tiles(filename, ['x.1.0', 'x.1.1']) | ||
# TODO: Do something with the return value | ||
|
||
|
||
def test_list_items(): | ||
filename = op.join('data', 'gene_annotations.short.db') | ||
|
||
ret = hgbe.list_items(filename, 0, 100000000, max_entries=100) | ||
# print('ret:', ret) | ||
hgbe.list_items(filename, 0, 100000000, max_entries=100) | ||
# TODO: Do something with the return value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters