55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+ # Mariusz Krzaczkowski, 2025
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2025-07-11 15:02+0000\n "
1516"PO-Revision-Date : 2025-05-08 05:10+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
17+ "Last-Translator : Mariusz Krzaczkowski , 2025\n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,10 +25,10 @@ msgstr ""
2425"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2526
2627msgid ":mod:`!unittest` --- Unit testing framework"
27- msgstr ""
28+ msgstr ":mod:`!unittest` --- Framework testów jednostkowych "
2829
2930msgid "**Source code:** :source:`Lib/unittest/__init__.py`"
30- msgstr ""
31+ msgstr "**Kod źródłowy:**. :source:`Lib/unittest/__init__.py` "
3132
3233msgid ""
3334"(If you are already familiar with the basic concepts of testing, you might "
@@ -46,9 +47,11 @@ msgid ""
4647"To achieve this, :mod:`unittest` supports some important concepts in an "
4748"object-oriented way:"
4849msgstr ""
50+ "Aby to osiągnąć, :mod:`unittest` obsługuje niektóre ważne koncepcje w sposób "
51+ "zorientowany obiektowo:"
4952
5053msgid "test fixture"
51- msgstr ""
54+ msgstr "przyrząd testowy "
5255
5356msgid ""
5457"A :dfn:`test fixture` represents the preparation needed to perform one or "
@@ -58,7 +61,7 @@ msgid ""
5861msgstr ""
5962
6063msgid "test case"
61- msgstr ""
64+ msgstr "przypadek testowy "
6265
6366msgid ""
6467"A :dfn:`test case` is the individual unit of testing. It checks for a "
@@ -67,15 +70,15 @@ msgid ""
6770msgstr ""
6871
6972msgid "test suite"
70- msgstr ""
73+ msgstr "zestaw testów "
7174
7275msgid ""
7376"A :dfn:`test suite` is a collection of test cases, test suites, or both. It "
7477"is used to aggregate tests that should be executed together."
7578msgstr ""
7679
7780msgid "test runner"
78- msgstr ""
81+ msgstr "runner testowy "
7982
8083msgid ""
8184"A :dfn:`test runner` is a component which orchestrates the execution of "
@@ -85,10 +88,10 @@ msgid ""
8588msgstr ""
8689
8790msgid "Module :mod:`doctest`"
88- msgstr ""
91+ msgstr "Moduł :mod:`doctest` "
8992
9093msgid "Another test-support module with a very different flavor."
91- msgstr ""
94+ msgstr "Kolejny moduł wspomagający testy, o zupełnie innym charakterze. "
9295
9396msgid ""
9497"`Simple Smalltalk Testing: With Patterns <https://web.archive.org/"
@@ -139,7 +142,7 @@ msgid ""
139142msgstr ""
140143
141144msgid "Basic example"
142- msgstr ""
145+ msgstr "Podstawowy przykład "
143146
144147msgid ""
145148"The :mod:`unittest` module provides a rich set of tools for constructing and "
0 commit comments