Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test unitaire #2

Open
bbaudry opened this issue Jul 18, 2024 · 18 comments
Open

Test unitaire #2

bbaudry opened this issue Jul 18, 2024 · 18 comments

Comments

@bbaudry
Copy link
Member

bbaudry commented Jul 18, 2024

    #[test]
    fn test_universe() {
        assert_eq!(mul(6, 9), 42);
    }

https://fr.wikipedia.org/wiki/Test_unitaire

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Test unitaire en Java
https://junit.org/junit5/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Test unitaire en Python
https://docs.pytest.org/en/8.2.x/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Test unitaire pour Node.js
https://mochajs.org/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Software Unit Test Smells
https://testsmells.org/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Pytest-Smell: a smell detection tool for Python unit tests
https://dl.acm.org/doi/pdf/10.1145/3533767.3543290

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Unit tests, by Martin Fowler
https://martinfowler.com/bliki/UnitTest.html

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Desirable Unit Tests
https://tidyfirst.substack.com/p/desirable-unit-tests

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Arrange, Act and Assert Pattern
https://automationpanda.com/2020/07/07/arrange-act-assert-a-pattern-for-writing-good-tests/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Programmation pilotée par le comportement (en anglais behaviour-driven development ou BDD)
https://fr.wikipedia.org/wiki/Programmation_pilot%C3%A9e_par_le_comportement
http://philippe.poumaroux.free.fr/index.php?post/2012/02/06/Introduction-au-Behaviour-Driven-Developement

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Outils pour BDD
https://github.com/cucumber

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Python's unittest: Writing Unit Tests for Your Code
https://realpython.com/python-unittest/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Harmcrest pour spécifier des oracles de test
https://github.com/hamcrest

@bbaudry
Copy link
Member Author

bbaudry commented Jul 18, 2024

Test oracle
https://en.wikipedia.org/wiki/Test_oracle

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Aug 27, 2024

Why and how to write unit tests, by mozilla
https://github.com/mozilla-mobile/firefox-ios/wiki/Why-and-how-to-write-unit-tests

@bbaudry
Copy link
Member Author

bbaudry commented Sep 18, 2024

bbaudry added a commit that referenced this issue Sep 24, 2024
…n-CarlThibault

Choix tâche #2: Vincent Péloquin et Carl Thibault
OussamaSghaier added a commit that referenced this issue Oct 11, 2024
Tache #2 - Sarah & Arman - Update Readme
bbaudry pushed a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant