Git Product home page Git Product logo

test-utbot-python's Introduction

UTBot-Python Testing

This repository contains the code for testing UTBot-Python . Unfortunately, it has to be done manually: i.e. run the product on each file / project and check the quality of the result.

Test reports

All test reports are located in the test-reports directory, structured by date. Inside the respective folder, one can find the file TESTING_ENVIRONMENT.md describing the information about the environment and options of UTBot-Python executions. The rest of the files contain a report on the test sections corresponding to their names.

Synthetic examples

Synthetic examples are created manually to test specific cases. You can find them in synthetic folder.

  • In the functional subdirectory, you can find tests that check the support for all kinds of types.
  • The type_inference subdirectory contains code that can be used to check the correctness and power of type inference when there are no annotations ot they are insufficient or complex.
  • In the fuzzing subdirectory, you can check the quality of fuzzing, namely, how varied and covering values it manages to provide.

Real projects

Real projects allow you to evaluate the quality of the product for the target audience.

Beginners

Directory beginners contains programs that cover basic algorithms, utility functions, work with collections and files โ€” that is, what beginners most often look for on the Internet and practice writing. Also, the code is poorly written and not annotated, just in line with the scenario. Examples are taken from here.

Machine Learning

Web

  • web-2021: an educational FastAPI project that uses a variety of technologies (for example: GraphQL, SQLite). The complexity of the code can be adjusted depending on the branch. In addition, the project is already well covered with the tests.

Amateur

  • Python-2022: a homework repository for the advanced Python course. It covers topics ranging from AST parsing to inter-process communication and scrapping.

Science

  • Annotator-for-Antibody-Sequences: a school bioinformatics project with very simple and bad code โ€” perfectly simulates the case of a non-programming scientist.
  • 2-svd-GlebSolovev: a tutorial project on implementing various SVD decomposition methods. It actively uses mathematical libraries. Unfortunately, it is private and can only be used by the author.

test-utbot-python's People

Contributors

glebsolovev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.