AriohBelskij / py-taxi-service-search-and-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi service search and tests

In this task, you will implement search feature for your website and write tests for your project.

  1. Implement search feature for all 3 pages with content:
    • drivers - by username
    • cars - by model
    • manufacturers - by name
  2. Write tests for custom and for core project features (no need to test built-in functionality). Use this tutorial as helper. You decide what to test and how to test (train your testing skills here).
  3. Make your website looks better. Customize your templates, add static images for taxi service. Just make it looks better using your imagination :)
  4. (Optional): Add some new features for this project. If you want to adjust project or add some new functionality - it's the ideal moment for it.

NOTE: Attach screenshots of all created or modified pages to pull request. It's important to attach images not links to them.

About


Languages

Language:Python 66.7%Language:HTML 33.0%Language:CSS 0.3%