Separate tests into unit and integration directories (#441)
- Introduce
unit
andintegration
directories - Move
end_to_end
to integration dir - Split blockchain/verify tests to unit and integration
- Move unit tests to unit dir
- Move
money
tests tounit
directories - Move
wot
tests tounit
andintegration
dirs - Only run unit tests in all Py jobs except 3.11
-
membership
test: useMembership.__eq__()
- Update
end_to_end
tests
Close #441 (closed).
Edited by Moul