Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
a39f1987
Commit
a39f1987
authored
3 years ago
by
matograine
Browse files
Options
Downloads
Patches
Plain Diff
[mod]
#410
remove useless asyncio import and pytest decorator
parent
7267a87d
No related branches found
No related tags found
1 merge request
!194
#410: Remove asyncio
Pipeline
#13715
passed
3 years ago
Stage: checks
Stage: tests
Stage: coverage
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
silkaj/commands.py
+0
-1
0 additions, 1 deletion
silkaj/commands.py
tests/test_tui.py
+0
-1
0 additions, 1 deletion
tests/test_tui.py
with
0 additions
and
2 deletions
silkaj/commands.py
+
0
−
1
View file @
a39f1987
...
...
@@ -13,7 +13,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
from
asyncio
import
sleep
from
collections
import
OrderedDict
from
operator
import
itemgetter
from
os
import
system
...
...
This diff is collapsed.
Click to expand it.
tests/test_tui.py
+
0
−
1
View file @
a39f1987
...
...
@@ -53,7 +53,6 @@ def test_display_amount(message, amount, currency_symbol):
(
"
To
"
,
"
DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw
"
,
""
),
],
)
@pytest.mark.asyncio
def
test_display_pubkey
(
message
,
pubkey
,
id
,
monkeypatch
):
monkeypatch
.
setattr
(
wot_tools
,
"
is_member
"
,
patched_is_member
)
...
...
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