• This project
    • Loading...
  • Sign in

서승완 / kappa

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kappa
  • samples
  • python
  • _tests
  • unit
  • test_simple.py
  • Mitch Garnaat's avatar
    Another WIP commit. Major changes in the CLI. Also much better detection of ch… · 1a31a8ab ...
    1a31a8ab
    …anges (or no changes) in the code, configuration, policies, etc. when deploying.  An attempt to incorporate a test runner that will run unit tests associated with the Lambda function.
    Mitch Garnaat authored 2015-12-08 11:21:38 -0500
test_simple.py 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import unittest

import simple


class TestSimple(unittest.TestCase):

    def test_foobar(self):
        self.assertEqual(simple.foobar(), 42)