Last change
on this file since 7196e71 was
05b1088,
checked in by Alvaro Neira Ayuso <alvaroneay@…>, 5 years ago
|
Include License header
|
-
Property mode set to
100644
|
File size:
400 bytes
|
Rev | Line | |
---|
[05b1088] | 1 | # |
---|
| 2 | # Copyright (C) 2020 Soleta Networks <info@soleta.eu> |
---|
| 3 | # |
---|
| 4 | # This program is free software: you can redistribute it and/or modify it under |
---|
| 5 | # the terms of the GNU Affero General Public License as published by the |
---|
| 6 | # Free Software Foundation, version 3. |
---|
| 7 | # |
---|
| 8 | |
---|
[bb65bd7] | 9 | #!/usr/bin/env python3 |
---|
| 10 | |
---|
| 11 | import subprocess |
---|
| 12 | |
---|
| 13 | # Run all tests in folder units. |
---|
| 14 | subprocess.run('python3 -m unittest discover -s units -v', shell=True) |
---|
Note: See
TracBrowser
for help on using the repository browser.