pmu-tech / stub-server

Stub server for REST APIs
MIT License
12 stars 2 forks source link

add port and config parameters #5

Closed gko closed 4 years ago

gko commented 4 years ago

closes #4

tkrotoff commented 4 years ago

I've added a new branch test-bin/stub-server: https://github.com/pmu-tech/stub-server/tree/test-bin/stub-server

It tests bin/stub-server, to be reviewed and merged after this branch has been merged.

tkrotoff commented 4 years ago

README.md should also be updated: https://github.com/pmu-tech/stub-server/blob/fc83b29b3025d0ff8840fda714fd96a1c54bf781/README.md#command-line

gko commented 4 years ago

I've added a new branch test-bin/stub-server: https://github.com/pmu-tech/stub-server/tree/test-bin/stub-server

It tests bin/stub-server, to be reviewed and merged after this branch has been merged.

it seems to me that we're testing commander there. The only functional change for me is the fact that we're casting the port from string to a number.

gko commented 4 years ago

README.md should also be updated: https://github.com/pmu-tech/stub-server/blob/fc83b29b3025d0ff8840fda714fd96a1c54bf781/README.md#command-line

7