Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshdtu committed Mar 11, 2021
1 parent bc58f87 commit 3666085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

description = "A simple python web framework for creating RESTful and JSON-RPC services"

print("os.listdir(): " + str(os.listdir()))

package_version_file = "src/eazyserver/VERSION"
with open("VERSION") as version_file:
Expand Down
4 changes: 4 additions & 0 deletions tests/test_eazyserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ def assert200(self, status):
# help_result = runner.invoke(cli.cli, ['--help'])
# assert help_result.exit_code == 0
# assert '--help Show this message and exit.' in help_result.output


if __name__ == "__main__":
unittest.main()

0 comments on commit 3666085

Please sign in to comment.