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

Mock FS in tests #89

Closed
1 task
faboweb opened this issue Nov 22, 2017 · 0 comments
Closed
1 task

Mock FS in tests #89

faboweb opened this issue Nov 22, 2017 · 0 comments
Assignees

Comments

@faboweb
Copy link
Collaborator

faboweb commented Nov 22, 2017

Checking FS operations like if a log is created is difficult if the tests run in parallel on one FS. An idea is to use sth. like MemFS to create a FS in memory for each test.

  • mock FS in tests 😛
@faboweb faboweb added the IDEA label Nov 22, 2017
@faboweb faboweb self-assigned this Jan 11, 2018
@faboweb faboweb mentioned this issue Jan 24, 2018
@faboweb faboweb closed this as completed Jan 29, 2018
faboweb pushed a commit that referenced this issue Jun 2, 2020
faboweb added a commit that referenced this issue Jun 2, 2020
* fix empty rewards crashing rewards query (#89)

* fix 55 output error not supported network (#87)

* fix 55 output error not supported network

* my overcomplicated way to fix 55

* fix 55 the good way

* delete validationErrors
faboweb added a commit that referenced this issue Jun 2, 2020
* fix empty rewards crashing rewards query (#89)

* fix 55 output error not supported network (#87)

* fix 55 output error not supported network

* my overcomplicated way to fix 55

* fix 55 the good way

* delete validationErrors

* catch tx that fail for extractInvolvedAddresses

* colw/Add basic testing, and CI (#92)

* First pass at circle config

* Simple first

* typo

* Lint

* Remove unnecessary escape characters

* Install jest, move cross-env/nodemon to dev deps

* Basic jest config

* Basic passing test

* Fabo/don't extract addresses on failed txs (#91)

* don't extract addresses on failed txs

* handling tags or events being an unexpected value

* linted

* split staging and production sentry DSN key (#95)

* split staging and production sentry DSN key

* lint fix
faboweb added a commit that referenced this issue Jun 2, 2020
* Release (#93)

* fix empty rewards crashing rewards query (#89)

* fix 55 output error not supported network (#87)

* fix 55 output error not supported network

* my overcomplicated way to fix 55

* fix 55 the good way

* delete validationErrors

* catch tx that fail for extractInvolvedAddresses

* colw/Add basic testing, and CI (#92)

* First pass at circle config

* Simple first

* typo

* Lint

* Remove unnecessary escape characters

* Install jest, move cross-env/nodemon to dev deps

* Basic jest config

* Basic passing test

* Fabo/don't extract addresses on failed txs (#91)

* don't extract addresses on failed txs

* handling tags or events being an unexpected value

* linted

* split staging and production sentry DSN key (#95)

* split staging and production sentry DSN key

* lint fix

* deps upgrade

* changelog

* linted
faboweb added a commit that referenced this issue Jun 2, 2020
* Release (#93)

* fix empty rewards crashing rewards query (#89)

* fix 55 output error not supported network (#87)

* fix 55 output error not supported network

* my overcomplicated way to fix 55

* fix 55 the good way

* delete validationErrors

* catch tx that fail for extractInvolvedAddresses

* colw/Add basic testing, and CI (#92)

* First pass at circle config

* Simple first

* typo

* Lint

* Remove unnecessary escape characters

* Install jest, move cross-env/nodemon to dev deps

* Basic jest config

* Basic passing test

* Fabo/don't extract addresses on failed txs (#91)

* don't extract addresses on failed txs

* handling tags or events being an unexpected value

* linted

* split staging and production sentry DSN key (#95)

* split staging and production sentry DSN key

* lint fix

* deps upgrade

* changelog

* linted
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

No branches or pull requests

1 participant