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

Write tests for all remaining scripts and lib files #113

Open
14 tasks
kb0rg opened this issue Aug 23, 2019 · 0 comments
Open
14 tasks

Write tests for all remaining scripts and lib files #113

kb0rg opened this issue Aug 23, 2019 · 0 comments
Labels

Comments

@kb0rg
Copy link
Contributor

kb0rg commented Aug 23, 2019

This is an epic, and will be split off into smaller tasks.

We now have automated tests running in Github Actions, but tests have not been written for the majority of our codebase.

We aim to improve coverage incrementally as we add new features, but we should also try to tackle adding tests for some of the existing scripts and utilities. The goal here should be to achieve coverage for things whose breakage will be hugely problematic, while not spending too many extra cycles on the scripts that are nice-to-haves. We should still seek to keep these working, but that is best served by being able to quickly update them, and they generally don't have secondary dependencies that might cause unexpected breakage due to a change elsewhere.

Library files that need coverage:

  • config
  • zoom

Script files that need coverage:

  • access-limit
  • admin
  • gif-locker
  • github-auth
  • github
  • health-check
  • passport-init
  • remin
  • sandbox
  • schedule
  • suggest
  • zoom
This was referenced Aug 23, 2019
@kb0rg kb0rg added the epic label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant