Skip to content

Commit

Permalink
Merge pull request Backblaze#966 from reef-technologies/tests_docstrings
Browse files Browse the repository at this point in the history
describe difference between "unit" and integration tests
  • Loading branch information
mpnowacki-reef authored Nov 25, 2023
2 parents e5ff25a + 3c9a9bc commit 9eb3c86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
# License https://www.backblaze.com/using_b2_code.html
#
######################################################################
"""
B2 CLI integrations tests
This package contains tests that require interaction with remote server.
Integration tests should be runnable against any arbitrary command implementing `b2` CLI, supplied via `--sut` flag.
"""
5 changes: 5 additions & 0 deletions test/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
# License https://www.backblaze.com/using_b2_code.html
#
######################################################################
"""
B2 CLI tests
This package contains all test that do not need to interact with remote server.
"""

0 comments on commit 9eb3c86

Please sign in to comment.