Skip to main content

Librería demo

Project description

import unittest

from calcFaseLunar.faselunar import FaseLunar

class FaseLunarTestCase(unittest.TestCase):

def setUp(self):

    self.f = FaseLunar(19, 5, 1995)



def test_fase_lunar(self):



    self.f.calcular_fase()



def test_luz(self):

    self.f.obtener_luz()



def test_emoji(self):

    self.f.emoji_luna()

if name == 'main':

unittest.main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calcfaselunar-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

calcfaselunar-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page