-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from teddygroves/remove_tests_option
Make tests folder non-optional
- Loading branch information
Showing
42 changed files
with
105,827 additions
and
109,632 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
bibat/examples/**/idata/ | ||
.tox", | ||
__pycache__", | ||
.ipynb_checkpoints/", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"project_name": "project_name", | ||
"repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}", | ||
"author_name": "Your name (or your organization/company/team)", | ||
"author_email": "Author email", | ||
"coc_contact": "Code of conduct contact", | ||
"description": "A short description of the project.", | ||
"open_source_license": ["MIT", "BSD-3-Clause", "No license file"], | ||
"docs_format": ["Quarto", "Sphinx", "No docs"], | ||
"create_tests_directory": "y", | ||
"create_dotgithub_directory": "y", | ||
"bibat_version": "unknown version", | ||
"n_iter_default": "1000" | ||
"project_name": "project_name", | ||
"repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}", | ||
"author_name": "Your name (or your organization/company/team)", | ||
"author_email": "Author email", | ||
"coc_contact": "Code of conduct contact", | ||
"description": "A short description of the project.", | ||
"open_source_license": [ | ||
"MIT", | ||
"BSD-3-Clause", | ||
"No license file" | ||
], | ||
"docs_format": [ | ||
"Quarto", | ||
"Sphinx", | ||
"No docs" | ||
], | ||
"create_dotgithub_directory": "y", | ||
"bibat_version": "unknown version", | ||
"n_iter_default": "1000" | ||
} |
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
Oops, something went wrong.