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 avancé #4

Open
bbaudry opened this issue Jul 29, 2024 · 22 comments
Open

Test unitaire avancé #4

bbaudry opened this issue Jul 29, 2024 · 22 comments

Comments

@bbaudry
Copy link
Member

bbaudry commented Jul 29, 2024

Sujets avancés pour le test unitaire: tests paramétrés, mocks, tests flaky, fuzzing.

+	if (first_arg == argc) {
+		/* http://twitter.com/#!/marnanel/status/132280557190119424 */
+		time_t now = time (NULL);
+		struct tm *localnow = localtime (&now);
+		if (localnow &&
+		    localnow->tm_hour == 0 && localnow->tm_min == 1)
+			fprintf (stderr, "gimme gimme gimme\n");

man breaks automated tests at 00:30

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

JUnit parameterized tests

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Hypothesis pour le test paramétré en Python

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

[FR] les mocks et les bouchons de test

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Mockito, en Java https://github.com/mockito/mockito

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

mocks and stubs in Ruby

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

an empirical analysis of flaky tests

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

DeFlaker automatically detecting flaky tests

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

A large-scale longitudinal study of flaky tests

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Test case prioritization

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

QuickCheck: a lightweight tool for random testing of Haskell programs

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

Death assertions

@bbaudry
Copy link
Member Author

bbaudry commented Oct 15, 2024

factory_bot. A library for setting up Ruby objects as test data.

@bbaudry
Copy link
Member Author

bbaudry commented Oct 15, 2024

Testing the Unknown: A Framework for OpenMP Testing via Random Program Generation
https://arxiv.org/abs/2410.09191

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