Grade-Notifier / GN-Core

Stop checking for your grade and just get notified
https://cunysecond.com/GN-Core
MIT License
1 stars 8 forks source link

0.5.9.3 #137

Closed Huddie closed 5 years ago

Huddie commented 5 years ago

0.5.9.3 (Fixed Sign in)

CUNY-Bot commented 5 years ago
1 Error
:no_entry_sign: Oh No! You failed a unit test
Run Python3 ./src/tests/tests.py to see which test failed
../usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py:158: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=(‘10.100.6.90’, 49298), raddr=(‘128.228.24.52’, 443)>
_factory(policy=self.policy)
/usr/local/lib/python3.7/site-packages/cunyfirstapi/cunyfirstapi.py:64: ResourceWarning: unclosed <ssl.SSLSocket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=(‘10.100.6.90’, 49305), raddr=(‘128.228.24.52’, 443)>
self._password,
F……..F.
======================================================================
FAIL: test_is_logged_in (main.TestAPIIntegration)
———————————————————————-
Traceback (most recent call last):
File “./src/tests/tests.py”, line 250, in test_is_logged_in
self.assertTrue(api2.is_logged_in(session))
AssertionError: False is not true

======================================================================
FAIL: test_print_to_screen (main.TestPrintToScreenMethod)
———————————————————————-
Traceback (most recent call last):
File “./src/tests/tests.py”, line 192, in test_print_to_screen
self.assertEqual(expected, actual)
AssertionError: ‘RENDER::This text should be displayed!\n’ != ‘RENDER:: \nThis text should be displayed!”\n[END]\n’

  • RENDER::
  • RENDER::This text should be displayed!
    ? ——–
  • This text should be displayed!”
    ? +
  • [END]

Ran 13 tests in 3.112s

FAILED (failures=2)

1 Warning
:warning: 237 PEP 8 issues found
2 Messages
:book: Hi, @Huddie!!
Welcome to Grade-Notifier/GN-Core! Thanks so much for joining us.
:book: Thanks for remembering to declare trivial!

Generated by :no_entry_sign: Danger