0x3F-Lab / love-letters

Agile Web Dev Project
4 stars 0 forks source link

46 unit testing #57

Closed Connor2803 closed 1 month ago

Connor2803 commented 2 months ago

Added 5 tests that can be run by navigating to the src folder and running " pytest " , can run with --headed if you want to see it as it tests.

Currently have tests for:

Just wanting to PR just to get up to date with the new database generation and new features.

(Also made the two title divs have a transparent background, but let me know what you guys think)

Connor2803 commented 1 month ago

can run by going into src and running pytest tests/test_selenium.py

AkhilG4 commented 1 month ago

Had a skim through the tests and theyre covering pretty much all the different aspects.