Skip to content

Instantly share code, notes, and snippets.

@brodafly
brodafly / test_narcis.py
Last active August 29, 2015 13:57
A few tests to for the is_narcissistic() function
import unittest
import solution
class TestIsNarcissistic(unittest.TestCase):
def test_is_narcissistic(self):
self.assertFalse(