[PYTHON] Numpy Unit Test

Hallo. Nach der Installation von numpy usw. habe ich versucht, den Komponententest auszuführen.

$ python --version
Python 2.7.11
$ pip install nose
$ python -c "import numpy; print numpy.__version__; numpy.test()"
..................................
----------------------------------------------------------------------
Ran 5931 tests in 22.598s
   OK (KNOWNFAIL=5, SKIP=8)
$ python -c "import scipy; print scipy.__version__; scipy.test()"
..................................
$ python -c "import matplotlib; print matplotlib.__version__; matplotlib.test()"
..................................

print numpy.__version__Ein Teil wird möglicherweise nicht benötigt, aber Python 3.In x drucken(numpy.__version__)Bitte wechseln Sie zu.



```console
$ pip3 install nose
$ python3 -c "import numpy; print(numpy.__version__); numpy.test()"
$ python3 -c "import scipy; print(scipy.__version__); scipy.test()"
$ python3 -c "import matplotlib; print(matplotlib.__version__); matplotlib.test()"

Recommended Posts

Numpy Unit Test
Python Basic 8 Numpy Test
Führen Sie einen Komponententest des Databricks Notebook durch
Python-Unit-Test-Vorlage
Testen Sie den Kolben mit einem Pytest
Prüfung
Unit Test Log Ausgabe mit Python
Numpy-Übung 1
Numpy [Basic]
Jack Bella Test
Locust-Load-Test
Django-Test
NumPy-Grundlagen
Numpy Memorandum _ Matrix
numpy tipps
Post-Test
Über Numpy
NumPy-Achse
Verwenden Sie Numpy
numpy Teil 2
Django Tutorial (Blog App erstellen) ④ --Einheitentest
[Python] Was ich getan habe, um Unit Test zu machen
Python Unit Test Library Einführung in die Nasenoption-19 Typen-