Feature tests for TDS. To run all tests, execute
$ behave
from the root directory of TDS.
For more information on the structure of Behave tests, please see the API documentation for Behave.
- ./application/ -
Test for the
application
command. - ./authorization/ - Authorization and permissions tests.
- ./deploy/ -
Tests for the
deploy
command. - ./helpers/ - Helper applications for deployment tests.
- ./notification/ - Tests for supported notifications.
- ./package/ -
Tests for the
package
command. - ./project/ -
Tests for the
project
command. - ./steps/ - Behave steps.
- ./environment.py - Behave environment. Defines functions to be run before and after certain events during testing.
README.md: Copyright 2016 Ifwe Inc.
README.md is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.