Skip to content
Snippets Groups Projects
Commit e470b4f3 authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/config.py: add a test_files attribute for Config class

parent af2c94ab
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,4 @@ class Config:
splicing_projects = data / 'splicing_lore_data' / \
'splicing_lore_projects.txt'
chia_pet_files = data / 'interactions_files' / 'chia_pet'
tests_files = Path(__file__).parents[2] / 'tests' / "files"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment