https://bugzilla.redhat.com/show_bug.cgi?id=1786953 Bug ID: 1786953 Summary: Review Request: python-aiounittest - Test asyncio code more easily Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: mail@xxxxxxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-aiounittest.spec SRPM URL: https://fab.fedorapeople.org/packages/SRPMS/python-aiounittest-1.3.1-1.fc31.src.rpm Project URL: https://github.com/kwarunek/aiounittest Description: The aiounittest is a helper library to ease of your pain (and boilerplate), when writing a test of the asynchronous code (:code:asyncio). You can test: - synchronous code (same as the :code:unittest.TestCase) - asynchronous code, it supports syntax with async/await (Python 3.5+) and asyncio.coroutine/yield from (Python 3.4) Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=39978122 rpmlint output: $ rpmlint python-aiounittest-1.3.1-1.fc31.src.rpm python-aiounittest.src: W: spelling-error Summary(en_US) asyncio -> syncopation python-aiounittest.src: W: spelling-error %description -l en_US asyncio -> syncopation python-aiounittest.src: W: spelling-error %description -l en_US unittest -> unit test, unit-test, unities python-aiounittest.src: W: spelling-error %description -l en_US TestCase -> Test Case, Test-Case, Test-case python-aiounittest.src: W: spelling-error %description -l en_US async -> sync, a sync python-aiounittest.src: W: spelling-error %description -l en_US coroutine -> co routine, co-routine, routine 1 packages and 0 specfiles checked; 0 errors, 6 warnings. $ rpmlint python3-aiounittest-1.3.1-1.fc31.noarch.rpm python3-aiounittest.noarch: W: spelling-error Summary(en_US) asyncio -> syncopation python3-aiounittest.noarch: W: spelling-error %description -l en_US asyncio -> syncopation python3-aiounittest.noarch: W: spelling-error %description -l en_US unittest -> unit test, unit-test, unities python3-aiounittest.noarch: W: spelling-error %description -l en_US TestCase -> Test Case, Test-Case, Test-case python3-aiounittest.noarch: W: spelling-error %description -l en_US async -> sync, a sync python3-aiounittest.noarch: W: spelling-error %description -l en_US coroutine -> co routine, co-routine, routine python3-aiounittest.noarch: E: zero-length /usr/lib/python3.7/site-packages/aiounittest/py.typed 1 packages and 0 specfiles checked; 1 errors, 6 warnings. Fedora Account System Username: fab -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx