tests: source_unit: remove submodule

pull/1564/head
Emilio López 2 years ago
parent d875eff415
commit 55c24280cf
  1. 3
      tests/source_unit/README.md
  2. 1
      tests/source_unit/lib/forge-std
  3. 2
      tests/test_source_unit.py

@ -0,0 +1,3 @@
# README
Before using this project, run `forge init --no-git --no-commit --force` to initialize submodules

@ -1 +0,0 @@
Subproject commit eb980e1d4f0e8173ec27da77297ae411840c8ccb

@ -1,5 +1,7 @@
from slither import Slither
# NB: read tests/source_unit/README.md before using this test
def test_contract_info() -> None:
slither = Slither("./tests/source_unit")

Loading…
Cancel
Save