begin translations tests

This commit is contained in:
Michel Roux 2023-06-04 18:12:36 +02:00
parent 1a40f32425
commit 82384918be
5 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,3 @@
[flake8]
max-line-length = 111
per-file-ignores = tests/bridge/*:E501

View File

@ -1,4 +1,3 @@
# flake8: noqa: E501
from datetime import datetime, timedelta
from pynyaata2.bridge.animeultime import AnimeUltime

View File

@ -1,7 +1,6 @@
# flake8: noqa: E501
from typing import List
from pynyaata2.bridge.nyaa import Nyaa, EraiRaws
from pynyaata2.bridge.nyaa import EraiRaws, Nyaa
from pynyaata2.types import Color, RemoteFile
from pytest import mark

View File

@ -53,3 +53,4 @@ def test_trusted(monkeypatch: MonkeyPatch):
assert alter_remotes[0].color == Color.PRIMARY
assert alter_remotes[1].color == Color.PRIMARY
assert alter_remotes[2].color == Color.DEFAULT

View File