django-ecommerce-project-v2
django-ecommerce-project-v2 copied to clipboard
Hi Zander, I seriously doubt this is an issue with your code but I'm just reaching out for some assistance. I've read countless web pages regarding this problem I'm having...
hello, sir. I tried to test my db after ending part 9 of this tut with this test ``` @pytest.mark.dbfixture @pytest.mark.parametrize( "id, name, slug, is_active", [ (1, "fashion", "fashion", 1),...
I'm working along with Part-4 however, there is only one fixture. We need the rest of the data to follow along.
Hi, I've notices that inventory tests in the file test_db_fixtures override each other. Probably, the name of the function in line 349 should be "test_inventory_db_product_attribute_value_dataset"