Skip to content

Commit e61c12d

Browse files
chore: move borrow cap test to new folder layout
1 parent 842f7f8 commit e61c12d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

tests/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Llamalend Tests
2+
3+
If you think the folder layout is inconsistent, that's because it is!
4+
5+
We're in the progress of migrating tests from a semantic layout (controller, flashloan, lending, mpolicy, vault) to a more structured layout (unit, fork, integration, fuzzing, stateful, etc). Thank you for your patience.

tests/unitary/lending/conftest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import pytest
2+
3+
4+
@pytest.fixture(scope="module")
5+
def market_type():
6+
return "lending"
File renamed without changes.

0 commit comments

Comments
 (0)