Ochijehfranklin / AirBnB_clone

This directory would hold my AirBnB console required for completion of alx training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a requiremnet for alx AirBnB project.

It is a console that that allows for creation, rading, updating and deleting of users data.

The console works this way in interactive mode:

$ ./console.py
(hbnb) help

Documented commands (type help <topic>):
========================================
EOF  help  quit

(hbnb)
(hbnb)
(hbnb) quit
$

And in non-interactive mode:

$ echo "help" | ./console.py
(hbnb)

Documented commands (type help <topic>):
========================================
EOF  help  quit
(hbnb)
$
$ cat test_help
help
$
$ cat test_help | ./console.py
(hbnb)

Documented commands (type help <topic>):
========================================
EOF  help  quit
(hbnb)
$

For Testing:

$ python3 unittest -m discover tests

Also:

$ python3 unittest -m tests/test_console.py

About

This directory would hold my AirBnB console required for completion of alx training


Languages

Language:Python 53.5%Language:HTML 31.8%Language:CSS 14.7%