-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integration tests for tools #43
Open
fblanchetNaN
wants to merge
11
commits into
merge-2023-04-02
Choose a base branch
from
test_tools
base: merge-2023-04-02
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9401afd - Browse repository at this point
Copy the full SHA 9401afdView commit details -
feat: copy template files to project
This work include two new utilities, one to create a `StringTemplate` out of a file located inside of the new `/templates` directory, the other to copy a template file directly to the project.
Configuration menu - View commit details
-
Copy full SHA for 6f67d36 - Browse repository at this point
Copy the full SHA 6f67d36View commit details -
feat(license): choose a license from the CLI
A software license is a file stored at the root of a project which explain what it is allowed to do with the project source code and under what conditions. e.g. a project is qualified as "open-source" when it is published with a license that allows to distribute and modify the project source code. Until now the license file generated by incipyt was a simple copyright notice which made it explicit that the current work was the intellectual property of its owner. Under internationnal laws, this forbid anyone from modifying the work without the express authorization of the author. In this work, we added a way so that the user can choose an open-source license instead of the copyright notice. We added `--license <license>` to the CLI arguments and bundled common open-source licenses such as MIT and GPL. The previous behavior, to simply include a copyright notice, is still possible thanks to `--license copyright`.
Configuration menu - View commit details
-
Copy full SHA for 1555681 - Browse repository at this point
Copy the full SHA 1555681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 933d5b9 - Browse repository at this point
Copy the full SHA 933d5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f73a90 - Browse repository at this point
Copy the full SHA 3f73a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d4f63 - Browse repository at this point
Copy the full SHA 64d4f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ef17e - Browse repository at this point
Copy the full SHA 61ef17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c4a6d - Browse repository at this point
Copy the full SHA 19c4a6dView commit details -
fix: use yield in fixtures to clean globals environ and structure
See https://docs.pytest.org/en/latest/how-to/fixtures.html#yield-fixtures-recommended pytest recommends using a yield construction to setup and teardown environments for tests. Here we use it to clean project.environ and project.structure to provide reliable initial project in any case.
Configuration menu - View commit details
-
Copy full SHA for d1ecf02 - Browse repository at this point
Copy the full SHA d1ecf02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31757fe - Browse repository at this point
Copy the full SHA 31757feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5b361 - Browse repository at this point
Copy the full SHA cd5b361View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.