digidem / mapeo-map-server

Offline map style and tile server
MIT License
5 stars 2 forks source link

Organize e2e tests based on resource #37

Closed achou11 closed 2 years ago

achou11 commented 2 years ago

Currently app.test.ts is just a flat suite of tests. For the sake of organization, might be helpful to use subtests to namespace functionality associated with different resources

achou11 commented 2 years ago

ended up reverting via https://github.com/digidem/mapeo-map-server/commit/b4e1ed6803f29776270f5e617fc205325d7803d0 since it wasn't really necessary and you lose the convenience of running only on a specific test case