index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
test_file_utils.py
Age
Commit message (
Expand
)
Author
2022-06-21
tests: test_file_utils: Replace pytest.mark.skip with unittest.skip
BonfaceKilz
2022-06-21
test_file_utils: Disable test cases for "cache_ipfs_file"
BonfaceKilz
2022-03-11
Fix some linting issues
Frederick Muriuki Muriithi
2022-02-21
Fix a myriad of linter issues
Frederick Muriuki Muriithi
2022-02-17
Use pytest's "mark" feature to categorise tests
Frederick Muriuki Muriithi
2021-05-13
Rename file_utils to fs_helpers
BonfaceKilz
2021-05-08
Add extra genotype test file
BonfaceKilz
2021-03-23
Convert Path object to a str
BonfaceKilz
2021-03-23
Add function to cache ipfs files
BonfaceKilz
2021-03-23
Apply autopep-8
BonfaceKilz
2021-03-10
Apply yapf file formatting to file
BonfaceKilz
2021-03-10
Add extra tests for file utils
BonfaceKilz
2021-03-10
Run yapf-formatter against file
BonfaceKilz
2021-03-08
Delete "lookup_file" procedure
BonfaceKilz
2021-03-08
Extract files to "/TMPDIR/TOKEN"
BonfaceKilz
2021-02-16
Add procedure for uploading gzipped file
BonfaceKilz
2021-02-12
Use sorted list of files when calculating md5sums of directory
BonfaceKilz
2021-02-12
Add new procedure to return a python dict from a json file
BonfaceKilz
2021-02-12
Add new procedure for looking up files in a given ENV variable
BonfaceKilz
2021-02-12
Add function for computing the hash of a directory
BonfaceKilz