Skip to content

Move test file creation step from ci-requirements script to test script for form data testing #173

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

Merged
merged 3 commits into from
Mar 2, 2020

Conversation

shreys7
Copy link
Member

@shreys7 shreys7 commented Feb 24, 2020

Previously, the files required for testing form data file uploads were created using ci-requirements.sh step. This file is not run locally and hence would cause form-data tests to fail locally. This step has been removed from ci-requirements.sh file and moved to test.sh file.
This fixes #172

@shreys7 shreys7 changed the title Remove test file creation from ci-requirements.sh to test.sh for form data testing Move test file creation step from ci-requirements script to test script for form data testing Feb 24, 2020
@sastava007
Copy link
Contributor

sastava007 commented Feb 24, 2020

@shreys7 I have already mentioned in the issue, that I'm working on this and about to submit my PR!
😒

@umeshp7
Copy link
Contributor

umeshp7 commented Mar 1, 2020

@shreys7 Need rebasing with develop for branch tests to pass.

@shreys7 shreys7 force-pushed the bugfix/test-file-formdata-fix branch from c2d1eb0 to a00537d Compare March 2, 2020 06:16
@umeshp7 umeshp7 merged commit 6af97a7 into develop Mar 2, 2020
@umeshp7 umeshp7 deleted the bugfix/test-file-formdata-fix branch October 9, 2020 11:22
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.

Fixture is not able to find the file path in case of formdataFileCollection
3 participants