17 lines
589 B
Nim
17 lines
589 B
Nim
# web3
|
|
# Copyright (c) 2018 Status Research & Development GmbH
|
|
# Licensed and distributed under either of
|
|
# * MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
|
|
# * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
import unittest,
|
|
../src/web3
|
|
|
|
suite "Your first test suite":
|
|
test "Your first test":
|
|
block: # independant block of subtest
|
|
discard
|
|
block:
|
|
discard
|