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

There is not a way to check that program changes or features don't break rules for cleaning the images folder to help ensure that any remote hosting service for the program doesn't unnecessarily store data, like tweeted chart images, that are not needed. Don't want to clutter up file storage with images. #15

Open
brl1906 opened this issue May 16, 2019 · 0 comments
Labels
tests create or improve a test or test coverage

Comments

@brl1906
Copy link
Owner

brl1906 commented May 16, 2019

Write a test that:

  1. checks the date stamp in the file name for the image
  2. ensures that there is no file saved with the date stamp matching the current day or run
    time and that a function to wipe the data/images folder performs after a chart is created, saved and tweeted.
  3. ensures that there is not more than 10 files in the data/images folder
  4. ensures that there are no files older than 10 days (by date stamp) from today in the data/images folder
@brl1906 brl1906 added the tests create or improve a test or test coverage label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests create or improve a test or test coverage
Projects
None yet
Development

No branches or pull requests

1 participant