Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write test.ttl into temp dir(s) #323

Closed
yarikoptic opened this issue May 1, 2023 · 1 comment · Fixed by #343
Closed

Write test.ttl into temp dir(s) #323

yarikoptic opened this issue May 1, 2023 · 1 comment · Fixed by #343
Labels
easy released This issue/pull request has been released.

Comments

@yarikoptic
Copy link
Member

ATM produces (and was committed, to be fixed by #321 ) file in the tree

❯ git grep '\<test.ttl'
.gitignore:test.ttl
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/core/tests/test_provone.py:    with open("test.ttl", 'w') as f:
nidm/experiment/tests/test_experiment.py:    with open("test.ttl",'w') as f:
nidm/experiment/tests/test_experiment_basic.py:    with open("test.ttl",'w') as f:
nidm/experiment/tests/test_experiment_basic.py:    with open("test.ttl",'w') as f:
nidm/experiment/tests/test_query.py:    #WIP test = Query.GetProjectMetadata(["test.ttl", "test2.ttl"])
nidm/experiment/tools/csv2nidm.py:        #with open("/Users/dbkeator/Downloads/test.ttl","w") as f:
nidm/workflows/tests/test_workflows.py:#     with open("test.ttl",'w') as f:
nidm/workflows/tests/test_workflows.py:#     with open("test.ttl", 'w') as f:
@github-actions
Copy link

🚀 Issue was released in v4.0.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant