You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the necessary file layout with a number of real case unit tests.
Unit tests should be nested within a test directory and follow the same directory structure to that which they are testing. For example tests for canvas/package.py would appear in directory test/canvas/test_package.py .
The initial unit tests should also be configured such that the Travis CI service can be used for continuous integration checks.
The text was updated successfully, but these errors were encountered:
Implement the necessary file layout with a number of real case unit tests.
Unit tests should be nested within a
test
directory and follow the same directory structure to that which they are testing. For example tests forcanvas/package.py
would appear in directorytest/canvas/test_package.py
.The initial unit tests should also be configured such that the Travis CI service can be used for continuous integration checks.
The text was updated successfully, but these errors were encountered: