Skip to content

Instantly share code, notes, and snippets.

@rcrowder
Last active November 30, 2015 11:26
Show Gist options
  • Save rcrowder/b4702019cbda3e323968 to your computer and use it in GitHub Desktop.
Save rcrowder/b4702019cbda3e323968 to your computer and use it in GitHub Desktop.
Output of - py.test tests\unit 2>&1 > unit_tests.txt
============================= test session starts =============================
platform win32 -- Python 2.7.9 -- pytest-2.5.1
plugins: xdist, cov
collected 854 items / 4 skipped
tests/unit/nupic/utils_test.py ...s..
tests/unit/nupic/algorithms/anomaly_likelihood_jeff_test.py ...ss..
tests/unit/nupic/algorithms/anomaly_likelihood_test.py ....................
tests/unit/nupic/algorithms/anomaly_test.py ..............
tests/unit/nupic/algorithms/cells4_test.py
==== RESET =====
==== RESET =====
.
tests/unit/nupic/algorithms/cla_classifier_diff_test.py .................s.
tests/unit/nupic/algorithms/cla_classifier_test.py .................s.
tests/unit/nupic/algorithms/fast_cla_classifier_test.py .................s.
tests/unit/nupic/algorithms/knn_classifier_test.py ......s.
tests/unit/nupic/algorithms/nab_detector_test.py ..
tests/unit/nupic/algorithms/sp_overlap_test.py .s.s
tests/unit/nupic/algorithms/svm_test.py ..s
tests/unit/nupic/algorithms/tp10x2_test.py *** Synapse consistency checking turned on for Cells4 ***
*** Python segment match turned on for Cells4
.
tests/unit/nupic/data/aggregator_test.py .
tests/unit/nupic/data/dictutils_test.py ......
tests/unit/nupic/data/fieldmeta_test.py .....
tests/unit/nupic/data/file_record_stream_test.py ......
tests/unit/nupic/data/filters_test.py s
tests/unit/nupic/data/functionsource_test.py ......
tests/unit/nupic/data/inference_shifter_test.py ........
tests/unit/nupic/data/record_stream_test.py .......
tests/unit/nupic/data/utils_test.py .......
tests/unit/nupic/data/generators/anomalyzer_test.py ...........
tests/unit/nupic/data/generators/pattern_machine_test.py .........
tests/unit/nupic/data/generators/sequence_machine_test.py .....
tests/unit/nupic/encoders/adaptivescalar_test.py ....s..
tests/unit/nupic/encoders/category_test.py .s
tests/unit/nupic/encoders/coordinate_test.py ..............s.
tests/unit/nupic/encoders/date_test.py .....s..
tests/unit/nupic/encoders/delta_test.py ....s
tests/unit/nupic/encoders/geospatial_coordinate_test.py ..........s
tests/unit/nupic/encoders/logenc_test.py .....s
tests/unit/nupic/encoders/multi_test.py .s
tests/unit/nupic/encoders/pass_through_encoder_test.py ...s
tests/unit/nupic/encoders/random_distributed_scalar_test.py s..............
tests/unit/nupic/encoders/scalar_test.py ........s....
tests/unit/nupic/encoders/scalarspace_test.py .
tests/unit/nupic/encoders/sdrcategory_test.py .s.
tests/unit/nupic/encoders/sparse_pass_through_encoder_test.py ...s
tests/unit/nupic/engine/network_test.py s....ssss
tests/unit/nupic/engine/syntactic_sugar_test.py .s.s.
tests/unit/nupic/engine/unified_py_parameter_test.py ..
tests/unit/nupic/frameworks/opf/clamodel_classifier_helper_test.py ......................
tests/unit/nupic/frameworks/opf/clamodel_test.py ......
tests/unit/nupic/frameworks/opf/opf_metrics_test.py ...............................
tests/unit/nupic/frameworks/opf/previous_value_model_test.py ......
tests/unit/nupic/frameworks/opf/safe_interpreter_test.py ........
tests/unit/nupic/frameworks/opf/two_gram_model_test.py .....
tests/unit/nupic/frameworks/opf/common_models/cluster_params_test.py .
tests/unit/nupic/math/array_algorithms_test.py ...
tests/unit/nupic/math/cast_mode_test.py .
tests/unit/nupic/math/lgamma_test.py s
tests/unit/nupic/math/nupic_random_test.py .............
tests/unit/nupic/math/sparse_binary_matrix_test.py .....................................s............
tests/unit/nupic/math/sparse_matrix_test.py ...s.........................................................................................
tests/unit/nupic/regions/anomaly_region_test.py s
tests/unit/nupic/regions/knn_anomaly_classifier_region_test.py ....................
tests/unit/nupic/regions/pyregion_test.py ....
tests/unit/nupic/regions/record_sensor_region_test.py .
tests/unit/nupic/regions/regions_spec_test.py s...s......
tests/unit/nupic/research/connections_test.py ............s
tests/unit/nupic/research/inhibition_object_test.py s
tests/unit/nupic/research/sp_learn_inference_test.py s
tests/unit/nupic/research/spatial_pooler_boost_test.py ..
tests/unit/nupic/research/spatial_pooler_compatability_test.py ....ss..
tests/unit/nupic/research/spatial_pooler_compute_test.py ..
tests/unit/nupic/research/spatial_pooler_cpp_api_test.py ..............................
tests/unit/nupic/research/spatial_pooler_py_api_test.py ..............................
tests/unit/nupic/research/spatial_pooler_unit_test.py s................................s
tests/unit/nupic/research/temporal_memory_test.py ..........................s
tests/unit/nupic/research/tp10x2_test.py ....
tests/unit/nupic/research/tp_constant_test.py *** Synapse consistency checking turned on for Cells4 ***
.*** Synapse consistency checking turned on for Cells4 ***
.*** Synapse consistency checking turned on for Cells4 ***
.
tests/unit/nupic/research/tp_test.py ....
tests/unit/nupic/research/monitor_mixin/metric_test.py ..
tests/unit/nupic/research/monitor_mixin/trace_test.py ..
tests/unit/nupic/support/configuration_test.py ............s....................
tests/unit/nupic/support/custom_configuration_test.py ...................s.........................
tests/unit/nupic/support/decorators_test.py ............
tests/unit/nupic/support/object_json_test.py ...............
tests/unit/nupic/support/consoleprinter_test/consoleprinter_test.py .
================== 807 passed, 51 skipped in 132.03 seconds ===================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment