Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
c53e5e7a
Commit
c53e5e7a
authored
6 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
Fix unit test and adding missing features to readme
parent
cb05ee5e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+2
-0
2 additions, 0 deletions
README.rst
tests/beemapi/test_steemnoderpc.py
+1
-4
1 addition, 4 deletions
tests/beemapi/test_steemnoderpc.py
with
3 additions
and
4 deletions
README.rst
+
2
−
0
View file @
c53e5e7a
...
@@ -151,6 +151,8 @@ Changelog
...
@@ -151,6 +151,8 @@ Changelog
* time_diff_est and block_diff_est added to witness for next block producing estimation
* time_diff_est and block_diff_est added to witness for next block producing estimation
* btc_usd_ticker, steem_btc_ticker, steem_usd_implied and _weighted_average added to Market
* btc_usd_ticker, steem_btc_ticker, steem_usd_implied and _weighted_average added to Market
* beempy witnesses uses the proxy name when set
* beempy witnesses uses the proxy name when set
* beempy keygen added, for creating a witness signing key
* beempy parsewif improved
0.19.35
0.19.35
-------
-------
...
...
This diff is collapsed.
Click to expand it.
tests/beemapi/test_steemnoderpc.py
+
1
−
4
View file @
c53e5e7a
...
@@ -212,7 +212,4 @@ class Testcases(unittest.TestCase):
...
@@ -212,7 +212,4 @@ class Testcases(unittest.TestCase):
exceptions
.
NoApiWithName
exceptions
.
NoApiWithName
):
):
rpc
.
get_block
({
"
block_num
"
:
1
},
api
=
"
wrong_api
"
)
rpc
.
get_block
({
"
block_num
"
:
1
},
api
=
"
wrong_api
"
)
with
self
.
assertRaises
(
exceptions
.
UnhandledRPCError
):
rpc
.
get_block
(
"
abcde
"
,
api
=
"
block
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment