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()
Release files for calcfaselunar 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calcfaselunar-0.1.1.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calcfaselunar-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / calcfaselunar-0.1.1.tar.gz
| Download URL | calcfaselunar-0.1.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1f31d406991a1eabbeab35adeffd3ecd1b9102f241f8b4ad9e7917f7bafd0539
|
|
BLAKE2b-256 checksum How to use checksums |
55addf1f3b8bec15a2a5aa4ce24087be36f57906054f9fa65f074338a1566b3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.8
|
Release files / calcfaselunar-0.1.1-py3-none-any.whl
| Download URL | calcfaselunar-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca8306d4989bef6e15c0bc5825461bf42192a3d1638a9c641c055e1f3f8bf4c7
|
|
BLAKE2b-256 checksum How to use checksums |
f134355a6370aebd87a00f8c8558801d83f460b0a2b20569e864dd9ef9c52722
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.8
|