Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AutomationPanda/tau-pytest-bdd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ragamroll/tau-pytest-bdd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 19, 2020

  1. Create .replit

    Make it possible to run on repl.it
    ragamroll authored Jun 19, 2020
    Copy the full SHA
    a84c22d View commit details
  2. Update .replit

    ragamroll authored Jun 19, 2020
    Copy the full SHA
    c527f43 View commit details
  3. Update Pipfile

    ragamroll authored Jun 19, 2020
    Copy the full SHA
    e653824 View commit details
  4. Update .replit

    ragamroll authored Jun 19, 2020
    Copy the full SHA
    a8c483d View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 .replit
  2. +1 −1 Pipfile
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "python3"
run = 'pip install pipenv; export PIPENV_IGNORE_VIRTUALENVS=1; pipenv install; pipenv run python -m pytest --disable-pytest-warnings -k "basket"'
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ requests = "*"
selenium = "*"

[requires]
python_version = "3.7"
python_version = "3.6"