h1alexbel / fakehub

GitHub API Server Stub. Fully functional fake version of a GitHub API that supports all the features and works locally, with no connection to GitHub at all.
MIT License
5 stars 0 forks source link

implement `stop` to shutdown fakehub server #77

Closed h1alexbel closed 4 weeks ago

h1alexbel commented 3 months ago

Let's think how we would implement fakehub stop command in order to stop the server. Moreover, we should think about test setup that users will utilize. Consider this script as test fixture:

fakehub start # server bootstrap
# invoking some test suite...
fakehub stop # server shutdown

@l3r8yJ any ideas how to implement such operation?

github-actions[bot] commented 3 months ago

@h1alexbel thanks for the report, here is a feedback:

Problems

I would recommend explicitly stating the problem or bug that needs to be fixed in the report.

Please fix the bug report in order it to get resolved faster. Analyzed with Phind/Phind-CodeLlama-34B-v2

h1alexbel commented 2 months ago

@l3r8yJ I think we should somehow trigger server stop from the code. Let's find out is it possible or not

h1alexbel commented 1 month ago

Depends on #129

0pdd commented 4 weeks ago

@h1alexbel 3 puzzles #193, #194, #195 are still not solved.