Skip to content

Commit

Permalink
add test_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jun 27, 2023
1 parent 80c0fe0 commit e694fa4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2023 ACCESS-NRI and contributors. See the top-level COPYRIGHT file for details.
# SPDX-License-Identifier: Apache-2.0

import os


def test_entrypoint():
exit_status = os.system("catalog-build --help")
assert exit_status == 0

0 comments on commit e694fa4

Please sign in to comment.