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

Change output folder to spec/dummy/tmp/ #804

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

PanosCodes
Copy link
Contributor

Why

spec/dummy/ is not version controlled.
Using a not tracked folder will avoid test generated files being indexed by an IDE or git.

How

Changes the output folder to spec/dummy/tmp/

`spec/dummy` is not version controlled Using a not tracked folder
will avoid test generated files being indexed by an IDE or git
Copy link
Collaborator

@mathieujobin mathieujobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

Also, I love your simple Why/How format description. Will copy.

@mathieujobin mathieujobin merged commit 51355b1 into Apipie:master Dec 28, 2022
@PanosCodes PanosCodes deleted the use-tmp-folder branch December 29, 2022 10:29
mathieujobin pushed a commit that referenced this pull request Jan 16, 2023
Why

Similar to #804
public/apipie-cache is version controlled.
Using a not tracked folder will avoid test generated files being indexed by an IDE or git.
How

Uncomments and assigns a not version controlled directory to config.cache_dir

* Fix typo

* Move test cache generated files to git ignored folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants