| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Test the arti-extra bin, which includes most of `full` and
`experimental` features, too.
|
| |
|
|
|
| |
The default has been increased to 300, so there's no need to override it
here.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This will give us a bit more flexibility, e.g. to pass additional
arguments.
Now that the python linters understand it, we fix some linting issues.
We preserve the ability to run the test on other networks by making the
Config.network optional. The new default of `None` means to use the
built-in module to create the network.
The functionality of the test itself is the same.
|
| | |
|
| |
|
|
|
| |
This is primarily a proof-of-concept for converting these scripts before
tackling the more complext 'test' script.
|
| |
|
|
| |
Bump chutney, and migrate to CLI changes introduced in chutney!101
|
| |
|
|
|
|
| |
This wasn't a pre-existing environment variable, and now it can be set
via command-line if it needs to be overridden. I don't see much reason
to use an environment variable here.
|
|
|
This makes the `setup` script a bit more clearly single-purpose of
resolving and storing the configuration, without actually acting on it
yet.
|