Skip to content

Commit b608d12

Browse files
committed
Update and modify files for the project
- Updated files: - .github/workflows/tests.yml - tests/integration/test_bee_integration.py
1 parent 578fd06 commit b608d12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup tmate session
126126
uses: mxschmitt/action-tmate@v3
127127
- name: Run Tests
128-
run: pdm run pytest --cache-clear -rb
128+
run: pdm run pytest --cache-clear
129129

130130
# Don't need fuzzing I guess
131131
# fuzzing:

tests/integration/test_bee_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ def test_delete_tags(bee_class):
213213

214214
bee_class.delete_tag(created_tag)
215215

216+
print("--->", original_tags)
217+
216218
try:
217219
assert created_tag.uid != original_tags[0].uid
218220
except AttributeError:

0 commit comments

Comments
 (0)