예제 #1
0
  def test_str(self):
      self.assertEqual(
          """   argparse     - https://pypi.org/project/argparse/
 configparser - https://pypi.org/project/configparser/
 enum         - https://pypi.org/project/enum34/
 faulthandler - https://pypi.org/project/faulthandler/
 typing       - https://pypi.org/project/typing/""", Backports.str(3))
예제 #2
0
  def test_str(self):
      self.assertEqual(
          """   argparse     - https://pypi.org/project/argparse/
 asyncio      - https://pypi.org/project/asyncio/
 configparser - https://pypi.org/project/configparser/
 contextvars  - https://pypi.org/project/contextvars/
 dataclasses  - https://pypi.org/project/dataclasses/
 enum         - https://pypi.org/project/enum34/
 faulthandler - https://pypi.org/project/faulthandler/
 importlib    - https://pypi.org/project/importlib/
 ipaddress    - https://pypi.org/project/ipaddress/
 statistics   - https://pypi.org/project/statistics/
 typing       - https://pypi.org/project/typing/""", Backports.str(3))