-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] ATC, ApplicationTestCase #235
base: master
Are you sure you want to change the base?
Commits on Feb 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5e4e737 - Browse repository at this point
Copy the full SHA 5e4e737View commit details
Commits on Feb 7, 2017
-
Bumpy groundwork for improving unittests with full App usability
As mentioned, its pretty rough right now, but the goal iss to provide an features for making testing features that require a full running application quick and easy.
Configuration menu - View commit details
-
Copy full SHA for 2c1c147 - Browse repository at this point
Copy the full SHA 2c1c147View commit details
Commits on Feb 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5dbed79 - Browse repository at this point
Copy the full SHA 5dbed79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66416d9 - Browse repository at this point
Copy the full SHA 66416d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73106e2 - Browse repository at this point
Copy the full SHA 73106e2View commit details
Commits on Feb 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4e1dc22 - Browse repository at this point
Copy the full SHA 4e1dc22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aefc60 - Browse repository at this point
Copy the full SHA 7aefc60View commit details
Commits on Feb 12, 2017
-
New wrappers invoke test methods within target widget on a test-by-test basis. test_atc is accomodating, test_frame not yet addressed. cored out most of TestWidget due to no-longer-necessary.
Configuration menu - View commit details
-
Copy full SHA for 3cfc913 - Browse repository at this point
Copy the full SHA 3cfc913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6abef14 - Browse repository at this point
Copy the full SHA 6abef14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590c399 - Browse repository at this point
Copy the full SHA 590c399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cd8cb - Browse repository at this point
Copy the full SHA 40cd8cbView commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6129500 - Browse repository at this point
Copy the full SHA 6129500View commit details
Commits on Feb 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7bea6c8 - Browse repository at this point
Copy the full SHA 7bea6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294f110 - Browse repository at this point
Copy the full SHA 294f110View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c2f40 - Browse repository at this point
Copy the full SHA b6c2f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570f82d - Browse repository at this point
Copy the full SHA 570f82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b682e3 - Browse repository at this point
Copy the full SHA 7b682e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022da56 - Browse repository at this point
Copy the full SHA 022da56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b8aea - Browse repository at this point
Copy the full SHA f1b8aeaView commit details
Commits on Feb 15, 2017
-
added 5 minute watchdog to TestWidget. A runtime error is raised shou…
…ld the timeout occur
Configuration menu - View commit details
-
Copy full SHA for 9fbb399 - Browse repository at this point
Copy the full SHA 9fbb399View commit details -
Swapped from directly using a timer to CallLater, removed unnecessari…
…ly long timeout test.
Configuration menu - View commit details
-
Copy full SHA for 01af107 - Browse repository at this point
Copy the full SHA 01af107View commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cba6425 - Browse repository at this point
Copy the full SHA cba6425View commit details -
Changed TestCritical to testCritical, added informative docstring, mo…
…ved it to top of module for in-module usage. the exception-protection is now applied to OnTest, meaning that the test widget's test_ methods will automatically have testCritical's protection
Configuration menu - View commit details
-
Copy full SHA for f76042e - Browse repository at this point
Copy the full SHA f76042eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f57a1c - Browse repository at this point
Copy the full SHA 4f57a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0a356 - Browse repository at this point
Copy the full SHA 0a0a356View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bf5aa - Browse repository at this point
Copy the full SHA a3bf5aaView commit details -
Rearranged some code to put user-exposed methods and classes first added dunders to methods not intended to be user-accessible.
Configuration menu - View commit details
-
Copy full SHA for c4ce207 - Browse repository at this point
Copy the full SHA c4ce207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4443607 - Browse repository at this point
Copy the full SHA 4443607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124d214 - Browse repository at this point
Copy the full SHA 124d214View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e80487d - Browse repository at this point
Copy the full SHA e80487dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d2e52 - Browse repository at this point
Copy the full SHA c7d2e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4aa4de - Browse repository at this point
Copy the full SHA c4aa4deView commit details
Commits on Feb 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2c8f11d - Browse repository at this point
Copy the full SHA 2c8f11dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4b396 - Browse repository at this point
Copy the full SHA 8c4b396View commit details -
Support wx.Dialog derivatives by launching them modeless. Normal test…
… procedures take care of the rest
Configuration menu - View commit details
-
Copy full SHA for 1806a89 - Browse repository at this point
Copy the full SHA 1806a89View commit details
Commits on Feb 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1270bb2 - Browse repository at this point
Copy the full SHA 1270bb2View commit details
Commits on Feb 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 51472c5 - Browse repository at this point
Copy the full SHA 51472c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5a56c - Browse repository at this point
Copy the full SHA ca5a56cView commit details
Commits on Feb 24, 2017
-
Added autoshow argument to allow test creators to disable automatical…
…ly showing the Frame
Configuration menu - View commit details
-
Copy full SHA for f7ae86f - Browse repository at this point
Copy the full SHA f7ae86fView commit details -
updated generated frame naming to reflect the test widget's class nam…
…e, similar to what occurs in wtc
Configuration menu - View commit details
-
Copy full SHA for d532d0a - Browse repository at this point
Copy the full SHA d532d0aView commit details
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c56cd5d - Browse repository at this point
Copy the full SHA c56cd5dView commit details
Commits on Mar 12, 2017
-
Moved procedure to print stack trace to a new TestWidget method, adju…
…sting framing accordingly.
Configuration menu - View commit details
-
Copy full SHA for 23aff36 - Browse repository at this point
Copy the full SHA 23aff36View commit details
Commits on May 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 901ee05 - Browse repository at this point
Copy the full SHA 901ee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b7082 - Browse repository at this point
Copy the full SHA f0b7082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9c989 - Browse repository at this point
Copy the full SHA 5c9c989View commit details