nextcore icon indicating copy to clipboard operation
nextcore copied to clipboard

test: minor improvements to test

Open TAG-Epic opened this issue 2 years ago • 1 comments

  • Lint tests (this will cause a few typing issues which will need to be fixed)
  • Improve coverage

Not sure if trying to get a high coverage is worth it, especially with some pretty bad tests.

TODOS:

  • [x] Decompressor tests
  • [ ] Fix pyright not detecting unused parameters
  • [ ] shard tests
  • [ ] shard manager tests
  • [ ] make tests more reliable (might fail during higher CPU usage)
  • [ ] Fix #163 (currently breaking a test)
  • [ ] Split decompressor tests
  • [x] Testing directly against discord
  • [ ] Use a version of pytest-harmony from pypi
  • [ ] Redo pytest-harmony to be dependency based

TAG-Epic avatar Jan 06 '23 07:01 TAG-Epic