Last active
June 9, 2021 13:33
-
-
Save velotiotech/e3b2973a5b6161085b6c8f1ffc3d3d4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pytest | |
============================= test session starts ============================== | |
platform linux -- Python 3.7.0, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 | |
django: settings: pytest_fixtures.settings (from ini) | |
rootdir: /home/suraj/PycharmProjects/e_commerce_app, configfile: pytest.ini | |
plugins: django-4.1.0 | |
collected 1 item | |
product/tests/test_models.py . [100%] | |
============================== 1 passed in 0.24s =============================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment