1

Pytest Jobs in Austin, TX (NOW HIRING)

You will work hands-on with our pytest-based test infrastructure, HIL benches, and the broader RSIT platform to turn software-level requirements into verifiable tests. This is a role designed for ...

You will work hands-on with our pytest-based test infrastructure, HIL benches, and the broader RSIT platform to turn software-level requirements into verifiable tests. This is a role designed for ...

Robotics Test Engineer

Austin, TX · On-site

$80 - $110/hr

You will work hands‑on with our pytest-based test infrastructure, HIL benches, and the broader RSIT platform to turn software-level requirements into verifiable tests. This is a role designed for ...

MO3-613-Senior Azure Cloud Engineer 11694-1

Austin, TX · Remote

$57 - $76.25/hr

PYTHON DEVELOPMENT EXPERIENCE INCLUDING PYSPARK, PANDAS, FLASK, PYTEST. * HANDS-ON EXPERIENCE WITH AZURE API MANAGEMENT, STORAGE ACCOUNTS, ACR, AKS, CONTAINER APPS, FUNCTION APPS, KEY VAULT, EVENT ...

Robotics Test Engineer

Austin, TX · On-site

$96 - $132/hr

Experience with scripting tools Python & Bash; experience with testing automation designed in Python and PyTest is desirable. * A hands-on problem solver who can clearly communicate results.

Familiarity with testing and linting tools (pytest, rspec, jest, Flake8, RuboCop). * Excellent communicator with a strong collaborative mindset and a passion for mentoring and peer reviews. * BS/MS ...

Lead Engineer, Software

Austin, TX · On-site

$150 - $190/hr

Experience building and maintaining test frameworks (e.g., Robot Framework, Pytest). * Proven experience designing and executing various types of network tests: functional, performance (throughput ...

Senior Staff Quality Engineer

Austin, TX · On-site

$87K - $118K/yr

... PyTest for test automation. • Experience with Robot Framework and/or Playwright is preferred. • Familiarity with web technologies such as Javascript and React. • Experience working with cloud ...

Familiarity with Python and testing frameworks such as PyTest, Hypothesis, or similar. * Knowledge of evaluation metrics for LLMs (DeepEval, MLflow, LangSmith, or similar). * Hands-on experience with ...

Robotics Test Engineer

Austin, TX · On-site

$96K - $132K/yr

Experience with scripting tools Python & Bash; experience with testing automation designed in Python and PyTest is desirable. * A hands-on problem solver who can clearly communicate results.

Robotics Test Engineer

Austin, TX · On-site

$96K - $132K/yr

Experience with scripting tools Python & Bash; experience with testing automation designed in Python and PyTest is desirable. * A hands-on problem solver who can clearly communicate results.

next page

Showing results 1-20

Pytest information

See Austin, TX salary details

$5

$33

$62

How much do pytest jobs pay per hour?

As of Aug 22, 2026, the average hourly pay for pytest in Austin, TX is $33.54, according to ZipRecruiter salary data. Most workers in this role earn between $21.68 and $44.57 per hour, depending on experience, location, and employer.

What is Pytest?

Pytest is a popular testing framework for Python that allows developers to write simple as well as scalable test cases. It is widely used for unit testing, functional testing, and integration testing in Python projects. Pytest makes it easy to write small tests, yet it scales to support complex functional testing for applications and libraries. Its rich plugin architecture and simple syntax make it a preferred choice for many Python developers.

What are the key skills and qualifications needed to thrive as a Pytest automation engineer?

To excel as a Pytest Automation Engineer, you need strong programming skills in Python, a solid understanding of software testing principles, and experience with test automation frameworks. Familiarity with Pytest, continuous integration tools (like Jenkins), and version control systems (such as Git) is typically required, along with relevant certifications in software testing or Python development. Attention to detail, analytical thinking, and effective communication help you identify issues quickly and collaborate across development teams. These abilities are crucial for ensuring software quality, speeding up release cycles, and maintaining robust, scalable test systems.

How does a Pytest automation engineer typically collaborate with developers and QA teams during a software release cycle?

As a Pytest automation engineer, you will often work closely with both developers and QA professionals throughout the software release cycle. You’ll be responsible for creating and maintaining test suites using Pytest, reviewing code changes, and ensuring that automated tests cover new features or bug fixes. Regular communication is essential, as you’ll need to report test results, discuss defects, and coordinate on test coverage or continuous integration setup. This collaborative approach helps maintain high code quality and smooth releases.

What is the difference between Pytest vs Selenium Tester?

AspectPytestSelenium Tester
Primary FocusAutomated testing framework for Python codeWeb application testing using browser automation
Required SkillsPython programming, testing frameworksWeb technologies, Selenium WebDriver, scripting
Work EnvironmentSoftware development, QA teams, CI/CD pipelinesWeb testing, QA teams, browser environments
Common CertificationsPython certifications, testing certificationsSelenium certifications, QA certifications

Pytest is a Python testing framework used primarily for unit and integration testing of Python applications. Selenium Tester specializes in automating web browsers to test web applications. While both roles involve testing, Pytest focuses on code-level testing within Python projects, whereas Selenium Testers focus on browser-based testing of web interfaces. Understanding these differences helps teams assign the right tools and skills for their testing needs.

What are popular job titles related to Pytest jobs in Austin, TX?

For Pytest jobs in Austin, TX, the most frequently searched job titles are:

What job categories do people searching Pytest jobs in Austin, TX look for?

The top searched job categories for Pytest jobs in Austin, TX are:

What cities near Austin, TX are hiring for Pytest jobs?

Cities near Austin, TX with the most Pytest job openings:

Infographic showing various Pytest job openings in Austin, TX as of August 2026, with employment types broken down into 87% Full Time, 3% Part Time, and 10% Contract. Highlights an 80% Physical, 8% Hybrid, and 12% Remote job distribution, with an average salary of $69,763 per year, or $33.5 per hour.

Software Engineering Evaluation Specialist

Mindrift

Austin, TX

$35/hr

Part-time

Posted 5 days ago


Job description

Please submit your CV in English and indicate your level of English proficiency.

Mindrift connects specialists with project-based AI opportunities for leading tech companies, focused on testing, evaluating, and improving AI systems. Participation is project-based, not permanent employment.

About the Role

You'll design coding tasks that challenge frontier AI coding agents. Each task is a self-contained Docker environment with a broken piece of software; an AI agent attempts the fix; automated tests verify the outcome. Your deliverable is the full task package: broken code, tests, instructions, and a reference solution proving the task is solvable.

Responsibilities:

  • Invent a realistic developer scenario - a real bug, a broken ETL, a missing feature - not a toy problem.
  • Build a reproducible Docker environment with pinned dependencies.
  • Write a pytest that verifies outcomes, not specific commands - deterministic, non-flaky, and does not leak the fix.
  • Write an instruction.md that reads like a Jira ticket a developer would receive.
  • Write a reference solve.sh proving the task is solvable.
  • Calibrate difficulty so current state-of-the-art agents solve the task 20-60% of the time.
  • Iterate based on feedback from expert QA reviewers.
  • Later: review other authors' tasks as a QA reviewer.

Not in scope

  • Data labeling, prompt engineering.
  • Production code to ship - you design problems and verification for AI agents.
  • Leetcode puzzles - scenarios must look like real developer work.
  • Not every candidate task ships - quality over quantity.

Requirements

  • 3+ years of production software development in one backend stack - Python, Go, Node.js, Java, or Rust. Depth in one stack beats breadth.
  • Python + pytest fluency - required regardless of primary stack. The task harness is pytest-based even when the broken app is in another language. Fixtures, parametrize, monkeypatch, timeouts, conftest.py.
  • Docker authoring - reproducible Dockerfiles, pinned dependencies, multi-stage builds when needed, non-root user.
  • Linux & Bash - comfort debugging inside containers (strace, lsof, journalctl); shell beyond set -euo pipefail.
  • AI coding agent experience - Claude Code, Cursor, Roo Code, or similar, on non-trivial work. You can cite a specific time the AI was confidently wrong and how you caught it.
  • English - B2+ written.

Not a fit

  • Data Science, ML, or Computer Vision engineers without backend-engineering output.
  • Manual QA testers without automation or test authoring.
  • Frontend-only, low-code / no-code, IT Support, or Business Analysts.
  • Engineers who have never written pytest from scratch.
  • Junior, intern, or assistant as the most recent role.

Preferred qualifications

  • Domain depth in Security, System Administration (nginx / systemd / cron), Scientific Computing (NumPy / PyTorch / SciPy), DevOps, or Git internals.
  • Modern Python tooling (uv, poetry, pyproject.toml).
  • Coverage tooling (pytest-cov, coverage.py, gcov, llvm-cov, kcov).
  • Fuzzing or property-based testing (Hypothesis).
  • Prior contribution to agent-evaluation benchmarks or related frameworks.

Process

Apply Pass qualification (90-minute sample-task screen + short behavioral interview) Join a project Complete tasks Get paid.

Time commitment

  • Onboarding: ~10 hours per first task.
  • Steady state: ~5 hours per task, 2-4 parallel tasks per author.
  • Realistic weekly load: 8-20 hours. Higher volume available for top performers.
  • You choose when and how to contribute; tasks must be submitted by the deadline and meet acceptance criteria.

Compensation:

  • Paid contributions, rates up to $35/hour*.
  • Task-based compensation equivalent to hourly rate, depending on performance and volume.
  • Some projects include incentive payments.

*Rates vary based on expertise, skills assessment, location, project needs, and other factors. Higher rates may be provided to highly specialized experts. Lower rates may apply during onboarding or non-core project phases. Payment details are shared per project.

Apply

Submit your CV via the Mindrift platform. Indicate your English level, note this role (Software Engineering Evaluation Specialist - Terminal Bench), and include a GitHub profile link if available.