docker-explorer icon indicating copy to clipboard operation
docker-explorer copied to clipboard

Cleanup the code

Open rgayon opened this issue 6 years ago • 3 comments

  • [ ] Split tests
  • [ ] Make tests docstrings more descriptive
  • [x] Add end to end tests
  • [ ] Rename docker_version to storage_version
  • [ ] Hardcoded strings in tests should all follow the same format

rgayon avatar Jun 07 '18 15:06 rgayon

Better raise exceptions on bad containers IDs: docker_explorer/lib/container.py IOError: [Errno 2] No such file or directory: u'/9960bc8da09dec5971de847a48b2522c60d47fd172b0075c428408f672b1e85d/config.v2.json'

rgayon avatar Jun 12 '18 07:06 rgayon

Check why pylint doesn't catch attributes not declared in init

rgayon avatar Apr 09 '19 15:04 rgayon

Now has even more end2end tests, running on Jenkins

rgayon avatar Apr 16 '19 13:04 rgayon