This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [TestFixture] | |
| public class TodoListTestFixture | |
| { | |
| /// <summary> | |
| /// Note to Reviewers: | |
| /// Under normal circumstances, I would create a separate database for the tests, run everything, | |
| /// and then delete the test database. | |
| /// </summary> | |
| [OneTimeSetUp] | |
| public void OneTimeSetup() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # coding: utf8 | |
| from gluon import * | |
| from jsonrpc import ServiceProxy | |
| import re | |
| #access is a Server Proxy object between web2py and the command | |
| #line program bitcoind using the session variables you supplied | |
| #in the index page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # coding: utf8 | |
| from gluon import * | |
| from jsonrpc import ServiceProxy | |
| import re | |
| #access is a Server Proxy object between web2py and the command | |
| #line program bitcoind using the session variables you supplied | |
| #in the index page |