issues
search
mmurdoch
/
arduinounit
ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add tolerance for double comparison
#44
DanNixon
closed
8 years ago
3
Add category to library.properties
#43
per1234
closed
8 years ago
2
Problems creating unit test firmware using Arduino CMake
#42
peterquiel
opened
8 years ago
0
replace typeof with __typeof__
#41
apieum
closed
9 years ago
10
Submit library to Library Manager
#40
ffissore
closed
9 years ago
2
use a splat to work for any architecture, not just sam
#39
soundanalogous
closed
9 years ago
0
Making library compatible with Arduino 1.5.8+
#38
NetRat
closed
9 years ago
1
Added serial support for the Arduino Leonardo/Micro.
#37
hanna-h
closed
10 years ago
1
The examples show nothing in the serial monitor on my Arduino Micro
#36
hanna-h
closed
10 years ago
4
RFE: Custom messages on assertions
#35
m-mcgowan
closed
8 years ago
2
Change FakeStreamBuffer to use a String internally
#34
mmurdoch
closed
6 years ago
2
Commonalize FakeStream and FakeStreamBuffer
#33
mmurdoch
closed
6 years ago
1
Adds a new class, FakeStreamBuffer
#32
mattsoftware
closed
10 years ago
5
`flush()` function implementation
#31
nicolaspanel
closed
10 years ago
3
Dealing with Arduino program size
#30
freenerd
closed
10 years ago
6
Link to Arduino Docs for library location
#29
freenerd
closed
10 years ago
0
Unattended testing, light a led if all tests passed.
#28
husio-org
closed
11 years ago
1
Support for the Arduino Due
#27
jnmacdnld
closed
11 years ago
0
Fails to compile for Arduino Due
#26
jnmacdnld
closed
11 years ago
1
no matching function for asserts with strings
#25
mMerlin
closed
11 years ago
4
Can't create Strings in tests
#24
don
closed
11 years ago
3
Correct docs for testing via the serial monitor
#23
mmurdoch
closed
11 years ago
0
Standardize in-line documentation style between versions
#22
mmurdoch
closed
8 years ago
2
Add 'how to build 2.0' documentation
#21
mmurdoch
closed
11 years ago
4
Arduino 2.0 gives progmem warnings on compilation
#20
mmurdoch
closed
8 years ago
4
Remove unnecessary pre-Arduino 1.0 compatibility
#19
mmurdoch
closed
11 years ago
1
Improve confusing test summary output
#18
mmurdoch
closed
11 years ago
4
Test failures are reported in reverse order in version 1.7
#17
mmurdoch
closed
6 years ago
6
Put literal test name strings into program memory
#16
mmurdoch
closed
11 years ago
6
Change SerialReporter to report to any Print subclass
#15
mmurdoch
closed
11 years ago
2
Put literal strings in SerialReporter into program memory
#14
mmurdoch
closed
6 years ago
1
Add a way to prevent a failing test from running without having to comment it out or delete it
#13
mmurdoch
closed
11 years ago
3
Make TestSuite::add() private
#12
mmurdoch
closed
11 years ago
1
Remove unused baudRate parameter to SerialReporter constructor
#11
mmurdoch
closed
11 years ago
1
Remove malloc
#10
mmurdoch
closed
11 years ago
2
Remove use of malloc in test initialization
#9
mmurdoch
closed
11 years ago
3
FakeStream should 'remove' byte fom stream during read()
#8
mmurdoch
closed
11 years ago
1
FakeStream should initialize to end of stream (-1)
#7
mmurdoch
closed
11 years ago
1
FakeStream should allow the nextByte() to be configured as end of stream (-1)
#6
mmurdoch
closed
11 years ago
1
Add additional useful assertions
#5
mmurdoch
closed
8 years ago
2
Add heap memory checking assertions
#4
mmurdoch
closed
11 years ago
15
Add 'how to contribute' documentation
#3
mmurdoch
opened
11 years ago
0
Prevent duplication of side-effects in assertTrue and assertEquals
#2
mmurdoch
closed
8 years ago
1
Remove duplication of documentation (HTML and wiki)
#1
mmurdoch
closed
6 years ago
2
Previous