A standalone test case for the API thread #1900
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-13#1900
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "api-standalone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I've started the standalone testcase for the API thread. IMHO it's the proper way to test the commands, which are not closely tied to the rest parts of PyBM (SQL, AddressGenerator, etc.). And it also brings the
api
module closer to the python3 compatibility.So far it looks broken in the same way as #1895, but I think that merging the subset of my
network
branch may help better here. I'm going to write some tests for the network soon.