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
- test_client and tests_unit mock server interaction and do not require a shotgun instance to be available.
51
-
- test_api and test_api_long do require a shotgun instance, with a script key available for the tests. These tests rely on a tests/config file, which can be created by renaming example_config and supplying the server and script user values. The tests will set up test data on the server based on the data set forth in the config. This data will be manipulated by the tests, and should not be used for other purposes.
52
-
- To run all of the tests, use the shell script run-tests. This script require nose to be installed.
50
+
- All tests require the "nose" unit testing tools (http://nose.readthedocs.org), and a "tests/config" file (copy from "tests/example_config").
51
+
- Tests can be run individually like this: `nosetest tests/test_client.py`
52
+
- test_client and tests_unit use mock server interaction and do not require a shotgun instance to be available (no modifacations to tests/config necessary).
53
+
- test_api and test_api_long do require a shotgun instance, with a script key available for the tests. The server and script user values must be supplied in the tests/config file. The tests will set up test data on the server based on the data set forth in the config. This data will be manipulated by the tests, and should not be used for other purposes.
54
+
- To run all of the tests, use the shell script run-tests.
53
55
54
56
## Changelog
55
57
56
-
**v3.0.28 - TBD**
58
+
**v3.0.30.dev - TBD**
57
59
58
60
+ TBD
59
61
62
+
**v3.0.29 - 2016 Mar 7**
63
+
64
+
+ Reverted the change to the default field names for image uploading.
65
+
66
+
**v3.0.28 - 2016 Mar 3**
67
+
68
+
+ Refactored nested classing of sgtimezone library to allow for serializable timestamps.
69
+
60
70
**v3.0.27 - 2016 Feb 18**
61
71
62
72
+ Make sure HTTP proxy authentication works with the @ character in a password.
0 commit comments