-
Notifications
You must be signed in to change notification settings - Fork 210
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
Fix Module Tests #1376
Comments
I am now working on it |
I know how to fix the tests. I just haven't committed the code yet... |
Can i fix now i have started to work? |
Sure. You can pull from my branch. Close this PR.
…On Thu, 2 Jan, 2020, 6:34 PM keshav234156, ***@***.***> wrote:
Can i fix now i have started to work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1376?email_source=notifications&email_token=AIJI5H53QZVT3VSWF47IVXDQ3XQ5VA5CNFSM4J5NREY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6JKMQ#issuecomment-570201394>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJI5H3KY2IZZGZHOJWBLALQ3XQ5VANCNFSM4J5NREYQ>
.
|
You can DM me on gitter for help.
…On Thu, 2 Jan, 2020, 6:39 PM M K, ***@***.***> wrote:
Sure. You can pull from my branch. Close this PR.
On Thu, 2 Jan, 2020, 6:34 PM keshav234156, ***@***.***>
wrote:
> Can i fix now i have started to work?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1376?email_source=notifications&email_token=AIJI5H53QZVT3VSWF47IVXDQ3XQ5VA5CNFSM4J5NREY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6JKMQ#issuecomment-570201394>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AIJI5H3KY2IZZGZHOJWBLALQ3XQ5VANCNFSM4J5NREYQ>
> .
>
|
Just noting a recent Travis log showing this: I saw in the last run: https://travis-ci.org/publiclab/image-sequencer/jobs/631706411#L1323
Actually perhaps we should also be sure that these actually cause a Travis failure, since currently Travis doesn't notice that they fail for some reason? |
@jywarren for that we have tape-run.tape-run is a tape test runner that runs your tests in a (headless) browser and returns 0/1 as exit code, so you can use it as your npm test script. Should we implement it now or after we have fixed all the test errors as now it would result in travis failure because of errors.i am fixing the above module test errors but there are also some other errors that we need to fix to implement tape-run properly |
Yes, i think we should resolve the bugs and then enable the 0/1 exit code, thank you!!! |
Please describe the problem (or idea)
This is a sub-issue of #1375
Tests for the following modules fail and need to be fixed:
These tests fail either because the modules are updated or otherwise. These need to be fixed.
Please show us where to look
https://beta.sequencer.publiclab.org
What's your PublicLab.org username?
Browser, version, and operating system
Thank you!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: