Coder Social home page Coder Social logo

python-meh's Introduction

Translation status

Python Meh

The python-meh package is a python library for handling, saving, and reporting exceptions.

python-meh's People

Contributors

adamwill avatar clumens avatar dashea avatar hroncok avatar jkonecny12 avatar logan5 avatar m4rtink avatar moto-timo avatar mtoman avatar mzidek-gh avatar poncovka avatar tstellar avatar vladimirslavik avatar vojtechtrefny avatar vpodzime avatar zoltanh721 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-meh's Issues

0.50: pytest based test suite is failing

+ /usr/bin/python3 -Bm pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.10.0, pluggy-0.13.1
rootdir: /home/tkloczko/rpmbuild/BUILD/python-meh-0.50
plugins: flaky-3.6.1, forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0, expect-1.1.0, cov-2.11.1, mock-3.5.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, hypothesis-6.8.1, pyfakefs-4.4.0, freezegun-0.4.2
collected 1 item

tests/safe_string_test.py F                                                                                                                                          [100%]

================================================================================= FAILURES =================================================================================
_________________________________________________________________________ SafeStr_TestCase.runTest _________________________________________________________________________

self = <tests.safe_string_test.SafeStr_TestCase testMethod=runTest>

    def runTest(self):
        self.safestr += self.asciistr
        self.safestr += self.enc_unistr
        self.safestr += self.unistr
        self.safestr += self.bindata
        self.safestr += self.test_object
        self.safestr += self.test_object2

        self.assertIn(self.asciistr, self.safestr)

        if PY == 2:
            self.assertIn("OMITTED OBJECT WITHOUT __str__ METHOD", self.safestr)
            # should be included twice -- appended enc_unistr and unistr
            self.assertIn(str(self.enc_unistr), self.safestr)
        else:
>           self.assertIn("<safe_string_test.TestClass2 object at ", self.safestr)
E           AssertionError: '<safe_string_test.TestClass2 object at ' not found in "aaaab'\\xc3\\xa1\\xc3\\xa1\\xc3\\xa1\\xc3\\xa1\\xc3\\xa1'áááááb'\\xff\\xff\\xfe'string representation of TestClass instance<tests.safe_string_test.TestClass2 object at 0x7fa1a6b6d7f0>"

tests/safe_string_test.py:38: AssertionError
========================================================================= short test summary info ==========================================================================
FAILED tests/safe_string_test.py::SafeStr_TestCase::runTest - AssertionError: '<safe_string_test.TestClass2 object at ' not found in "aaaab'\\xc3\\xa1\\xc3\\xa1\\xc3\\xa...
============================================================================ 1 failed in 0.24s =============================================================================

please migrate to the new Fedora translation platform

Hello, the Fedora project migrates its translation platform to Weblate [1].

This tool directly interact with your git repository, and requires us to know:

  • [mandatory] which branch is your development branch?
  • [mandatory] have you merged latest translation from Zanata and locked the project?
  • [info] Weblate will handle updates when pot file changes, don't edit po files for this [2]
  • [optional] what is the license of translation? (please use a code from https://spdx.org/licenses/)
  • [optional] do you have any announcement/warning you would like to display to the translators? (it will be displayed in Weblate)
  • [optional] do you need us to activate any specific checks? (this is a setting per component [3])
  • [optional] do you need us to automatically detect new translation files? (typical usecase: website translation with one translation file per page)

Please note:

  • For github hosted projects, Weblate open pull request. For other project, you'll have to add a key to allow commits.
  • In Weblate's vocable, one project is a group of component. Each component is a translation file. You can have many projects or many components or both.
  • You can change your mind over time, just reach [email protected]

[1] https://communityblog.fedoraproject.org/fedora-localization-platform-migrates-to-weblate/
[2] https://docs.weblate.org/en/latest/admin/continuous.html#avoiding-merge-conflicts
[3] https://docs.weblate.org/en/latest/user/checks.html#translation-checks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.