Skip to content

boc-arch/Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Test

A tiny sandbox repo for experimenting with automated code review (Greptile).

Contains a small cart module with intentionally realistic logic so we can see what a reviewer flags.

Usage

from cart import Cart

cart = Cart()
cart.add_item("widget", price=9.99, quantity=2)
print(cart.total())

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages