Add tests
See original GitHub issueIn order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms
-
React parts - components and pages. See
src/components
andsrc/pages
-
State management: redux reducers and sagas. See
src/state
The infrastructure:
-
jest
and@testing-library
are already set up. Unit and integration tests can be ran withyarn test
oryarn test:watch
-
cypress
is planned for e2e tests -
We plan either Travis CI or CircleCI for continuous integration
Any help is appreciated!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:13
- Comments:8 (4 by maintainers)
Top Results From Across the Web
ADD Test: Do I Have Inattentive ADHD? Symptoms in Adults
This ADD test reveals common inattentive ADHD symptoms in adults. Take this free symptom test to determine if you show signs of ADHD....
Read more >Adult ADHD Test | ADDA - Attention Deficit Disorder Association
ADHD Test for Adults: Next Steps. This online test is fast and simple to complete. The World Health Organization* has prepared a self-screening...
Read more >ADHD/ADD Tests for Diganosis - WebMD
The Vanderbilt Assessment Scale. This 55-question assessment tool reviews symptoms of ADHD. · The Child Attention Profile (CAP). · Behavior ...
Read more >ADHD Test Online | Clinical Partners
Take another test. View all tests. We have online mental health quizzes for many conditions including ADHD, autism, anxiety, depression, PTSD, and more....
Read more >Do I Have ADD? – ADHD Test – Quiz reveals ADD symptoms
Do I Have ADD? – ADHD Test – Quiz reveals ADD symptoms · What to Expect From an Online ADHD Test · 1:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
how can i get the code of this projectSent from my Samsung Galaxy smartphone. -------- Original message --------From: szonjajakab notifications@github.com Date: 21/03/2020 2:55 pm (GMT+05:30) To: neherlab/covid19_scenarios covid19_scenarios@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [neherlab/covid19_scenarios] Add tests (#19) I could do the CI building if its not taken.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { “@context”: “http://schema.org”, “@type”: “EmailMessage”, “potentialAction”: { “@type”: “ViewAction”, “target”: “https://github.com/neherlab/covid19_scenarios/issues/19#issuecomment-602018479”, “url”: “https://github.com/neherlab/covid19_scenarios/issues/19#issuecomment-602018479”, “name”: “View Issue” }, “description”: “View this Issue on GitHub”, “publisher”: { “@type”: “Organization”, “name”: “GitHub”, “url”: “https://github.com” } } ]
@Joluma Hi Joël, I haven’t started yet. But the e2e testing is probably one of the most valuable things to contribute.
It may be tricky, because many parts of the project are changing rapidly. For example, I have a huge Redux revamp coming soon(ish). We are in process of changing how some of the widgets behave. So the tests will have to be adjusted frequently.
Also, Plots might be somewhat hard to operate automatically. If you have app testability improvements in mind (for the app source code itself), it is very welcome too.
Feel free to try it out!