sorting unit tests files.

parent 076f6aae
TESTS=$(wildcard tests/test_*.py)
TESTS=$(sort $(wildcard tests/test_*.py))
COVERAGE_OUTPUT_DIR := coverage
PROFILER_OUTPUT_DIR := profiles
OMIT := /usr/share/pyshared/*,external/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment