whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
python3-pycurl
/
tests
/
Upload File:
files >> //proc/thread-self/root/usr/share/doc/python3-pycurl/tests/version_test.py
#! /usr/bin/env python # -*- coding: utf-8 -*- # vi:ts=4:et import unittest import pycurl class VersionTest(unittest.TestCase): def test_pycurl_presence_and_case(self): assert pycurl.version.startswith('PycURL/') def test_libcurl_presence(self): assert 'libcurl/' in pycurl.version
Copyright ©2021 || Defacer Indonesia