Skip to content
Snippets Groups Projects
Commit 1d02e839 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

sorting unit tests files.

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