This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
laconicd-deprecated
Watch
6
Star
0
Fork
0
You've already forked laconicd-deprecated
forked from
cerc-io/laconicd-deprecated
Code
Pull Requests
Activity
fac90c1e3d
laconicd-deprecated
/
tests
/
integration_tests
/
test_basic.py
4 lines
80 B
Python
Raw
Normal View
History
Unescape
Escape
imp(tests): integration tests setup (#1196) * first pass * latest * working tests * github actions * remove unnecessary change * remove unnecessary steps * remove unnecessary import * remove unnecessary change * Update .github/workflows/test.yml Co-authored-by: yihuang <huang@crypto.com> * update .gitignore * update github actions * change evm denomination * change evm denomination * send tests to tests folder * Delete result * update go version Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-07-27 13:27:07 +00:00
def
test_basic
(
cluster
)
:
w3
=
cluster
.
w3
fix: integration tests are not run in CI (#1221) Solution: - make it run - add python linter job for the python codes - fix nix expression to build ethermintd add file diff condition add gomod2nix check
2022-08-02 06:21:03 +00:00
assert
w3
.
eth
.
chain_id
==
9000
Copy Permalink