Erik Johnson
6aa865cf54
Fix unnecessary/incorrect usage of six.binary_type
2018-01-22 11:17:06 -06:00
Daniel Wallace
e2824a7253
fix py3 tests
2018-01-05 13:36:08 -07:00
Daniel Wallace
f309bae8b4
Make sure runtests_engine is ASCII text
...
If this is has any unicode characters in it, it won't load on systems that do
not default to a unicode locale.
find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done
The above will list all files that have unicode characters in it and won't load
with locale set to C or POSIX
2017-06-05 17:30:28 -06:00
Pedro Algarvio
61003bca0a
Take care of resource leakage on tests
2017-04-04 18:58:20 +01:00
twangboy
72cb96a642
Fix parser for windows... again...
2017-03-23 12:24:26 -06:00
twangboy
fd4beaa856
Use Py2 check instead of Py3 check
2017-03-22 13:51:52 -06:00
twangboy
9c8ad6d365
Detect py3 before decode
2017-03-22 13:37:50 -06:00
twangboy
8eefbe8111
Decode test names in names-file
2017-03-21 17:12:18 -06:00
Pedro Algarvio
3b0b60dd9f
Error out when the path passed is not valid tests module
2017-03-03 12:41:27 +00:00
Pedro Algarvio
661b6416b7
Allow passing a test module path to runtests.py to run its tests
...
Example:
```
python tests/runtests.py -v tests/integration/states/test_alternatives.py
```
2017-03-02 19:12:43 +00:00
Pedro Algarvio
9711f65d70
Try to reduce memory consumption during full test runs
2017-03-02 18:13:54 +00:00
Pedro Algarvio
ab83cced63
Child processes termination cleanup
2017-03-01 01:33:07 +00:00
Pedro Algarvio
3beb3fb801
Move whatever we need from salttesting to salt.
...
Let's drop the salttesting dependency cycle.
2017-02-28 22:52:49 +00:00